pub struct W(_);
Expand description
Register GEN1_CFG0
writer
Implementations
sourceimpl W
impl W
sourcepub fn gen1_cfg_upmethod(&mut self) -> GEN1_CFG_UPMETHOD_W<'_, 0>
pub fn gen1_cfg_upmethod(&mut self) -> GEN1_CFG_UPMETHOD_W<'_, 0>
Bits 0:3
sourcepub fn gen1_t0_sel(&mut self) -> GEN1_T0_SEL_W<'_, 4>
pub fn gen1_t0_sel(&mut self) -> GEN1_T0_SEL_W<'_, 4>
Bits 4:6
sourcepub fn gen1_t1_sel(&mut self) -> GEN1_T1_SEL_W<'_, 7>
pub fn gen1_t1_sel(&mut self) -> GEN1_T1_SEL_W<'_, 7>
Bits 7:9
Methods from Deref<Target = W<GEN1_CFG0_SPEC>>
Trait Implementations
sourceimpl From<W<GEN1_CFG0_SPEC>> for W
impl From<W<GEN1_CFG0_SPEC>> for W
sourcefn from(writer: W<GEN1_CFG0_SPEC>) -> Self
fn from(writer: W<GEN1_CFG0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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