pub struct W(/* private fields */);
Expand description
Register pg_cfg0
writer
Implementations§
source§impl W
impl W
sourcepub fn pg0_select(&mut self) -> PG0_SELECT_W<'_, 0>
pub fn pg0_select(&mut self) -> PG0_SELECT_W<'_, 0>
Bits 0:3 - PG0 Select
sourcepub fn pg1_select(&mut self) -> PG1_SELECT_W<'_, 4>
pub fn pg1_select(&mut self) -> PG1_SELECT_W<'_, 4>
Bits 4:7 - PG1 Select
sourcepub fn pg2_select(&mut self) -> PG2_SELECT_W<'_, 8>
pub fn pg2_select(&mut self) -> PG2_SELECT_W<'_, 8>
Bits 8:11 - PG2 Select
sourcepub fn pg3_select(&mut self) -> PG3_SELECT_W<'_, 12>
pub fn pg3_select(&mut self) -> PG3_SELECT_W<'_, 12>
Bits 12:15 - PG3 Select
sourcepub fn pg4_select(&mut self) -> PG4_SELECT_W<'_, 16>
pub fn pg4_select(&mut self) -> PG4_SELECT_W<'_, 16>
Bits 16:19 - PG4 Select
sourcepub fn pg5_select(&mut self) -> PG5_SELECT_W<'_, 20>
pub fn pg5_select(&mut self) -> PG5_SELECT_W<'_, 20>
Bits 20:23 - PG5 Select
sourcepub fn pg6_select(&mut self) -> PG6_SELECT_W<'_, 24>
pub fn pg6_select(&mut self) -> PG6_SELECT_W<'_, 24>
Bits 24:27 - PG6 Select
sourcepub fn pg7_select(&mut self) -> PG7_SELECT_W<'_, 28>
pub fn pg7_select(&mut self) -> PG7_SELECT_W<'_, 28>
Bits 28:31 - PG7 Select
Methods from Deref<Target = W<PG_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