Struct esp32_hal::pac::slchost::host_slchost_conf_w10::W
pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF_W10
writer
Implementations§
§impl W
impl W
pub fn host_slchost_conf40(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 0>
pub fn host_slchost_conf40(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 0>
Bits 0:7
pub fn host_slchost_conf41(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 8>
pub fn host_slchost_conf41(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15
pub fn host_slchost_conf42(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 16>
pub fn host_slchost_conf42(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 16>
Bits 16:23
pub fn host_slchost_conf43(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 24>
pub fn host_slchost_conf43(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_W10_SPEC, u8, u8, Unsafe, 8, 24>
Bits 24:31
Methods from Deref<Target = W<HOST_SLCHOST_CONF_W10_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_CONF_W10_SPEC>> for W
impl From<W<HOST_SLCHOST_CONF_W10_SPEC>> for W
§fn from(writer: W<HOST_SLCHOST_CONF_W10_SPEC>) -> W
fn from(writer: W<HOST_SLCHOST_CONF_W10_SPEC>) -> W
Converts to this type from the input type.