pub struct R(/* private fields */);
Expand description
Register pf_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub fn pf0_select(&self) -> PF0_SELECT_R
pub fn pf0_select(&self) -> PF0_SELECT_R
Bits 0:3 - PF0 Select
sourcepub fn pf1_select(&self) -> PF1_SELECT_R
pub fn pf1_select(&self) -> PF1_SELECT_R
Bits 4:7 - PF1 Select
sourcepub fn pf2_select(&self) -> PF2_SELECT_R
pub fn pf2_select(&self) -> PF2_SELECT_R
Bits 8:11 - PF2 Select
sourcepub fn pf3_select(&self) -> PF3_SELECT_R
pub fn pf3_select(&self) -> PF3_SELECT_R
Bits 12:15 - PF3 Select
sourcepub fn pf4_select(&self) -> PF4_SELECT_R
pub fn pf4_select(&self) -> PF4_SELECT_R
Bits 16:19 - PF4 Select
sourcepub fn pf5_select(&self) -> PF5_SELECT_R
pub fn pf5_select(&self) -> PF5_SELECT_R
Bits 20:23 - PF5 Select
sourcepub fn pf6_select(&self) -> PF6_SELECT_R
pub fn pf6_select(&self) -> PF6_SELECT_R
Bits 24:27 - PF6 Select
Methods from Deref<Target = R<PF_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