pub struct R(/* private fields */);
Expand description
Register pd_cfg1
reader
Implementations§
source§impl R
impl R
sourcepub fn pd8_select(&self) -> PD8_SELECT_R
pub fn pd8_select(&self) -> PD8_SELECT_R
Bits 0:3 - PD8 Select
sourcepub fn pd9_select(&self) -> PD9_SELECT_R
pub fn pd9_select(&self) -> PD9_SELECT_R
Bits 4:7 - PD9 Select
sourcepub fn pd10_select(&self) -> PD10_SELECT_R
pub fn pd10_select(&self) -> PD10_SELECT_R
Bits 8:11 - PD10 Select
sourcepub fn pd11_select(&self) -> PD11_SELECT_R
pub fn pd11_select(&self) -> PD11_SELECT_R
Bits 12:15 - PD11 Select
sourcepub fn pd12_select(&self) -> PD12_SELECT_R
pub fn pd12_select(&self) -> PD12_SELECT_R
Bits 16:19 - PD12 Select
sourcepub fn pd13_select(&self) -> PD13_SELECT_R
pub fn pd13_select(&self) -> PD13_SELECT_R
Bits 20:23 - PD13 Select
sourcepub fn pd14_select(&self) -> PD14_SELECT_R
pub fn pd14_select(&self) -> PD14_SELECT_R
Bits 24:27 - PD14 Select
sourcepub fn pd15_select(&self) -> PD15_SELECT_R
pub fn pd15_select(&self) -> PD15_SELECT_R
Bits 28:31 - PD15 Select
Methods from Deref<Target = R<PD_CFG1_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