pub struct W(/* private fields */);
Expand description
Register pb_cfg1
writer
Implementations§
source§impl W
impl W
sourcepub fn pb8_select(&mut self) -> PB8_SELECT_W<'_, 0>
pub fn pb8_select(&mut self) -> PB8_SELECT_W<'_, 0>
Bits 0:3
sourcepub fn pb9_select(&mut self) -> PB9_SELECT_W<'_, 4>
pub fn pb9_select(&mut self) -> PB9_SELECT_W<'_, 4>
Bits 4:7
sourcepub fn pb10_select(&mut self) -> PB10_SELECT_W<'_, 8>
pub fn pb10_select(&mut self) -> PB10_SELECT_W<'_, 8>
Bits 8:11
sourcepub fn pb11_select(&mut self) -> PB11_SELECT_W<'_, 12>
pub fn pb11_select(&mut self) -> PB11_SELECT_W<'_, 12>
Bits 12:15
sourcepub fn pb12_select(&mut self) -> PB12_SELECT_W<'_, 16>
pub fn pb12_select(&mut self) -> PB12_SELECT_W<'_, 16>
Bits 16:19
Methods from Deref<Target = W<PB_CFG1_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