pub struct R(/* private fields */);
Expand description
Register pd_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn pd0_select(&self) -> PD0_SELECT_R
pub fn pd0_select(&self) -> PD0_SELECT_R
Bits 0:3 - PD0 Select
sourcepub fn pd1_select(&self) -> PD1_SELECT_R
pub fn pd1_select(&self) -> PD1_SELECT_R
Bits 4:7 - PD1 Select
sourcepub fn pd2_select(&self) -> PD2_SELECT_R
pub fn pd2_select(&self) -> PD2_SELECT_R
Bits 8:11 - PD2 Select
sourcepub fn pd3_select(&self) -> PD3_SELECT_R
pub fn pd3_select(&self) -> PD3_SELECT_R
Bits 12:15 - PD3 Select
sourcepub fn pd4_select(&self) -> PD4_SELECT_R
pub fn pd4_select(&self) -> PD4_SELECT_R
Bits 16:19 - PD4 Select
sourcepub fn pd5_select(&self) -> PD5_SELECT_R
pub fn pd5_select(&self) -> PD5_SELECT_R
Bits 20:23 - PD5 Select
sourcepub fn pd6_select(&self) -> PD6_SELECT_R
pub fn pd6_select(&self) -> PD6_SELECT_R
Bits 24:27 - PD6 Select
sourcepub fn pd7_select(&self) -> PD7_SELECT_R
pub fn pd7_select(&self) -> PD7_SELECT_R
Bits 28:31 - PD7 Select
Methods from Deref<Target = R<PD_CFG0_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