pub struct W(/* private fields */);
Expand description
Register pg_cfg1
writer
Implementations§
source§impl W
impl W
sourcepub fn pg8_select(&mut self) -> PG8_SELECT_W<'_, 0>
pub fn pg8_select(&mut self) -> PG8_SELECT_W<'_, 0>
Bits 0:3 - PG8 Select
sourcepub fn pg9_select(&mut self) -> PG9_SELECT_W<'_, 4>
pub fn pg9_select(&mut self) -> PG9_SELECT_W<'_, 4>
Bits 4:7 - PG9 Select
sourcepub fn pg10_select(&mut self) -> PG10_SELECT_W<'_, 8>
pub fn pg10_select(&mut self) -> PG10_SELECT_W<'_, 8>
Bits 8:11 - PG10 Select
sourcepub fn pg11_select(&mut self) -> PG11_SELECT_W<'_, 12>
pub fn pg11_select(&mut self) -> PG11_SELECT_W<'_, 12>
Bits 12:15 - PG11 Select
sourcepub fn pg12_select(&mut self) -> PG12_SELECT_W<'_, 16>
pub fn pg12_select(&mut self) -> PG12_SELECT_W<'_, 16>
Bits 16:19 - PG12 Select
sourcepub fn pg13_select(&mut self) -> PG13_SELECT_W<'_, 20>
pub fn pg13_select(&mut self) -> PG13_SELECT_W<'_, 20>
Bits 20:23 - PG13 Select
sourcepub fn pg14_select(&mut self) -> PG14_SELECT_W<'_, 24>
pub fn pg14_select(&mut self) -> PG14_SELECT_W<'_, 24>
Bits 24:27 - PG14 Select
sourcepub fn pg15_select(&mut self) -> PG15_SELECT_W<'_, 28>
pub fn pg15_select(&mut self) -> PG15_SELECT_W<'_, 28>
Bits 28:31 - PG15 Select
Methods from Deref<Target = W<PG_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