pub struct W(_);
Expand description
Register GEN2_STMP_CFG
writer
Implementations
sourceimpl W
impl W
sourcepub fn gen2_a_upmethod(&mut self) -> GEN2_A_UPMETHOD_W<'_>
pub fn gen2_a_upmethod(&mut self) -> GEN2_A_UPMETHOD_W<'_>
Bits 0:3
sourcepub fn gen2_b_upmethod(&mut self) -> GEN2_B_UPMETHOD_W<'_>
pub fn gen2_b_upmethod(&mut self) -> GEN2_B_UPMETHOD_W<'_>
Bits 4:7
sourcepub fn gen2_a_shdw_full(&mut self) -> GEN2_A_SHDW_FULL_W<'_>
pub fn gen2_a_shdw_full(&mut self) -> GEN2_A_SHDW_FULL_W<'_>
Bit 8
sourcepub fn gen2_b_shdw_full(&mut self) -> GEN2_B_SHDW_FULL_W<'_>
pub fn gen2_b_shdw_full(&mut self) -> GEN2_B_SHDW_FULL_W<'_>
Bit 9
Methods from Deref<Target = W<GEN2_STMP_CFG_SPEC>>
Trait Implementations
sourceimpl From<W<GEN2_STMP_CFG_SPEC>> for W
impl From<W<GEN2_STMP_CFG_SPEC>> for W
sourcefn from(writer: W<GEN2_STMP_CFG_SPEC>) -> Self
fn from(writer: W<GEN2_STMP_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more