pub struct W(_);
Expand description
Register _1TOKEN0
writer
Implementations
sourceimpl W
impl W
sourcepub fn slc1_token0_wdata(&mut self) -> SLC1_TOKEN0_WDATA_W<'_>
pub fn slc1_token0_wdata(&mut self) -> SLC1_TOKEN0_WDATA_W<'_>
Bits 0:11
sourcepub fn slc1_token0_wr(&mut self) -> SLC1_TOKEN0_WR_W<'_>
pub fn slc1_token0_wr(&mut self) -> SLC1_TOKEN0_WR_W<'_>
Bit 12
sourcepub fn slc1_token0_inc(&mut self) -> SLC1_TOKEN0_INC_W<'_>
pub fn slc1_token0_inc(&mut self) -> SLC1_TOKEN0_INC_W<'_>
Bit 13
sourcepub fn slc1_token0_inc_more(&mut self) -> SLC1_TOKEN0_INC_MORE_W<'_>
pub fn slc1_token0_inc_more(&mut self) -> SLC1_TOKEN0_INC_MORE_W<'_>
Bit 14
Methods from Deref<Target = W<_1TOKEN0_SPEC>>
Trait Implementations
sourceimpl From<W<_1TOKEN0_SPEC>> for W
impl From<W<_1TOKEN0_SPEC>> for W
sourcefn from(writer: W<_1TOKEN0_SPEC>) -> Self
fn from(writer: W<_1TOKEN0_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