pub struct W(_);
Expand description
Register HOST_SLCHOST_TOKEN_CON
writer
Implementations
sourceimpl W
impl W
sourcepub fn host_slc0host_token0_dec(&mut self) -> HOST_SLC0HOST_TOKEN0_DEC_W<'_, 0>
pub fn host_slc0host_token0_dec(&mut self) -> HOST_SLC0HOST_TOKEN0_DEC_W<'_, 0>
Bit 0
sourcepub fn host_slc0host_token1_dec(&mut self) -> HOST_SLC0HOST_TOKEN1_DEC_W<'_, 1>
pub fn host_slc0host_token1_dec(&mut self) -> HOST_SLC0HOST_TOKEN1_DEC_W<'_, 1>
Bit 1
sourcepub fn host_slc0host_token0_wr(&mut self) -> HOST_SLC0HOST_TOKEN0_WR_W<'_, 2>
pub fn host_slc0host_token0_wr(&mut self) -> HOST_SLC0HOST_TOKEN0_WR_W<'_, 2>
Bit 2
sourcepub fn host_slc0host_token1_wr(&mut self) -> HOST_SLC0HOST_TOKEN1_WR_W<'_, 3>
pub fn host_slc0host_token1_wr(&mut self) -> HOST_SLC0HOST_TOKEN1_WR_W<'_, 3>
Bit 3
sourcepub fn host_slc1host_token0_dec(&mut self) -> HOST_SLC1HOST_TOKEN0_DEC_W<'_, 4>
pub fn host_slc1host_token0_dec(&mut self) -> HOST_SLC1HOST_TOKEN0_DEC_W<'_, 4>
Bit 4
sourcepub fn host_slc1host_token1_dec(&mut self) -> HOST_SLC1HOST_TOKEN1_DEC_W<'_, 5>
pub fn host_slc1host_token1_dec(&mut self) -> HOST_SLC1HOST_TOKEN1_DEC_W<'_, 5>
Bit 5
sourcepub fn host_slc1host_token0_wr(&mut self) -> HOST_SLC1HOST_TOKEN0_WR_W<'_, 6>
pub fn host_slc1host_token0_wr(&mut self) -> HOST_SLC1HOST_TOKEN0_WR_W<'_, 6>
Bit 6
sourcepub fn host_slc1host_token1_wr(&mut self) -> HOST_SLC1HOST_TOKEN1_WR_W<'_, 7>
pub fn host_slc1host_token1_wr(&mut self) -> HOST_SLC1HOST_TOKEN1_WR_W<'_, 7>
Bit 7
sourcepub fn host_slc0host_len_wr(&mut self) -> HOST_SLC0HOST_LEN_WR_W<'_, 8>
pub fn host_slc0host_len_wr(&mut self) -> HOST_SLC0HOST_LEN_WR_W<'_, 8>
Bit 8
Methods from Deref<Target = W<HOST_SLCHOST_TOKEN_CON_SPEC>>
Trait Implementations
sourceimpl From<W<HOST_SLCHOST_TOKEN_CON_SPEC>> for W
impl From<W<HOST_SLCHOST_TOKEN_CON_SPEC>> for W
sourcefn from(writer: W<HOST_SLCHOST_TOKEN_CON_SPEC>) -> Self
fn from(writer: W<HOST_SLCHOST_TOKEN_CON_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