pub struct R(/* private fields */);
Expand description
Register pd_cfg2
reader
Implementations§
source§impl R
impl R
sourcepub fn pd16_select(&self) -> PD16_SELECT_R
pub fn pd16_select(&self) -> PD16_SELECT_R
Bits 0:3 - PD16 Select
sourcepub fn pd17_select(&self) -> PD17_SELECT_R
pub fn pd17_select(&self) -> PD17_SELECT_R
Bits 4:7 - PD17 Select
sourcepub fn pd18_select(&self) -> PD18_SELECT_R
pub fn pd18_select(&self) -> PD18_SELECT_R
Bits 8:11 - PD18 Select
sourcepub fn pd19_select(&self) -> PD19_SELECT_R
pub fn pd19_select(&self) -> PD19_SELECT_R
Bits 12:15 - PD19 Select
sourcepub fn pd20_select(&self) -> PD20_SELECT_R
pub fn pd20_select(&self) -> PD20_SELECT_R
Bits 16:19 - PD20 Select
sourcepub fn pd21_select(&self) -> PD21_SELECT_R
pub fn pd21_select(&self) -> PD21_SELECT_R
Bits 20:23 - PD21 Select
sourcepub fn pd22_select(&self) -> PD22_SELECT_R
pub fn pd22_select(&self) -> PD22_SELECT_R
Bits 24:27 - PD22 Select
Methods from Deref<Target = R<PD_CFG2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more