pub struct W(/* private fields */);Expand description
Register SLC_TOKEN1 writer
Implementations§
Source§impl W
impl W
Sourcepub fn slc_token1(&mut self) -> SLC_TOKEN1_W<'_>
pub fn slc_token1(&mut self) -> SLC_TOKEN1_W<'_>
Bits 16:27
Sourcepub fn slc_token1_local_inc_more(&mut self) -> SLC_TOKEN1_LOCAL_INC_MORE_W<'_>
pub fn slc_token1_local_inc_more(&mut self) -> SLC_TOKEN1_LOCAL_INC_MORE_W<'_>
Bit 14
Sourcepub fn slc_token1_local_inc(&mut self) -> SLC_TOKEN1_LOCAL_INC_W<'_>
pub fn slc_token1_local_inc(&mut self) -> SLC_TOKEN1_LOCAL_INC_W<'_>
Bit 13
Sourcepub fn slc_token1_local_wr(&mut self) -> SLC_TOKEN1_LOCAL_WR_W<'_>
pub fn slc_token1_local_wr(&mut self) -> SLC_TOKEN1_LOCAL_WR_W<'_>
Bit 12
Sourcepub fn slc_token1_local_wdata(&mut self) -> SLC_TOKEN1_LOCAL_WDATA_W<'_>
pub fn slc_token1_local_wdata(&mut self) -> SLC_TOKEN1_LOCAL_WDATA_W<'_>
Bits 0:11
Methods from Deref<Target = W<SLC_TOKEN1_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