pub struct W(/* private fields */);
Expand description
Register pf_cfg0
writer
Implementations§
source§impl W
impl W
sourcepub fn pf0_select(&mut self) -> PF0_SELECT_W<'_, 0>
pub fn pf0_select(&mut self) -> PF0_SELECT_W<'_, 0>
Bits 0:3 - PF0 Select
sourcepub fn pf1_select(&mut self) -> PF1_SELECT_W<'_, 4>
pub fn pf1_select(&mut self) -> PF1_SELECT_W<'_, 4>
Bits 4:7 - PF1 Select
sourcepub fn pf2_select(&mut self) -> PF2_SELECT_W<'_, 8>
pub fn pf2_select(&mut self) -> PF2_SELECT_W<'_, 8>
Bits 8:11 - PF2 Select
sourcepub fn pf3_select(&mut self) -> PF3_SELECT_W<'_, 12>
pub fn pf3_select(&mut self) -> PF3_SELECT_W<'_, 12>
Bits 12:15 - PF3 Select
sourcepub fn pf4_select(&mut self) -> PF4_SELECT_W<'_, 16>
pub fn pf4_select(&mut self) -> PF4_SELECT_W<'_, 16>
Bits 16:19 - PF4 Select
sourcepub fn pf5_select(&mut self) -> PF5_SELECT_W<'_, 20>
pub fn pf5_select(&mut self) -> PF5_SELECT_W<'_, 20>
Bits 20:23 - PF5 Select
sourcepub fn pf6_select(&mut self) -> PF6_SELECT_W<'_, 24>
pub fn pf6_select(&mut self) -> PF6_SELECT_W<'_, 24>
Bits 24:27 - PF6 Select
Methods from Deref<Target = W<PF_CFG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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