Struct esp32_hal::pac::slchost::host_slchost_token_con::W
pub struct W(_);
Expand description
Register HOST_SLCHOST_TOKEN_CON
writer
Implementations§
§impl W
impl W
pub fn host_slc0host_token0_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 0>
pub fn host_slc0host_token0_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 0>
Bit 0
pub fn host_slc0host_token1_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 1>
pub fn host_slc0host_token1_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 1>
Bit 1
pub fn host_slc0host_token0_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 2>
pub fn host_slc0host_token0_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 2>
Bit 2
pub fn host_slc0host_token1_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 3>
pub fn host_slc0host_token1_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 3>
Bit 3
pub fn host_slc1host_token0_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 4>
pub fn host_slc1host_token0_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 4>
Bit 4
pub fn host_slc1host_token1_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 5>
pub fn host_slc1host_token1_dec(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 5>
Bit 5
pub fn host_slc1host_token0_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 6>
pub fn host_slc1host_token0_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 6>
Bit 6
pub fn host_slc1host_token1_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 7>
pub fn host_slc1host_token1_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 7>
Bit 7
pub fn host_slc0host_len_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 8>
pub fn host_slc0host_len_wr(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_TOKEN_CON_SPEC, bool, BitM, 8>
Bit 8
Methods from Deref<Target = W<HOST_SLCHOST_TOKEN_CON_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<HOST_SLCHOST_TOKEN_CON_SPEC>> for W
impl From<W<HOST_SLCHOST_TOKEN_CON_SPEC>> for W
§fn from(writer: W<HOST_SLCHOST_TOKEN_CON_SPEC>) -> W
fn from(writer: W<HOST_SLCHOST_TOKEN_CON_SPEC>) -> W
Converts to this type from the input type.