pub struct W(/* private fields */);
Expand description
Register pb_cfg0
writer
Implementations§
source§impl W
impl W
sourcepub fn pb0_select(&mut self) -> PB0_SELECT_W<'_, 0>
pub fn pb0_select(&mut self) -> PB0_SELECT_W<'_, 0>
Bits 0:3
sourcepub fn pb1_select(&mut self) -> PB1_SELECT_W<'_, 4>
pub fn pb1_select(&mut self) -> PB1_SELECT_W<'_, 4>
Bits 4:7
sourcepub fn pb2_select(&mut self) -> PB2_SELECT_W<'_, 8>
pub fn pb2_select(&mut self) -> PB2_SELECT_W<'_, 8>
Bits 8:11
sourcepub fn pb3_select(&mut self) -> PB3_SELECT_W<'_, 12>
pub fn pb3_select(&mut self) -> PB3_SELECT_W<'_, 12>
Bits 12:15
sourcepub fn pb4_select(&mut self) -> PB4_SELECT_W<'_, 16>
pub fn pb4_select(&mut self) -> PB4_SELECT_W<'_, 16>
Bits 16:19
sourcepub fn pb5_select(&mut self) -> PB5_SELECT_W<'_, 20>
pub fn pb5_select(&mut self) -> PB5_SELECT_W<'_, 20>
Bits 20:23
sourcepub fn pb6_select(&mut self) -> PB6_SELECT_W<'_, 24>
pub fn pb6_select(&mut self) -> PB6_SELECT_W<'_, 24>
Bits 24:27
sourcepub fn pb7_select(&mut self) -> PB7_SELECT_W<'_, 28>
pub fn pb7_select(&mut self) -> PB7_SELECT_W<'_, 28>
Bits 28:31
Methods from Deref<Target = W<PB_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