Struct esp32_hal::pac::slchost::host_slchost_conf::W
pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF
writer
Implementations§
§impl W
impl W
pub fn host_frc_sdio11(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 0>
pub fn host_frc_sdio11(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 0>
Bits 0:4
pub fn host_frc_sdio20(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 5>
pub fn host_frc_sdio20(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 5>
Bits 5:9
pub fn host_frc_neg_samp(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 10>
pub fn host_frc_neg_samp(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 10>
Bits 10:14
pub fn host_frc_pos_samp(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 15>
pub fn host_frc_pos_samp(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 15>
Bits 15:19
pub fn host_frc_quick_in(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 20>
pub fn host_frc_quick_in(
&mut self
) -> FieldWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, u8, u8, Unsafe, 5, 20>
Bits 20:24
pub fn host_sdio20_int_delay(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, bool, BitM, 25>
pub fn host_sdio20_int_delay(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, bool, BitM, 25>
Bit 25
pub fn host_sdio_pad_pullup(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, bool, BitM, 26>
pub fn host_sdio_pad_pullup(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, bool, BitM, 26>
Bit 26
pub fn host_hspeed_con_en(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, bool, BitM, 27>
pub fn host_hspeed_con_en(
&mut self
) -> BitWriterRaw<'_, u32, HOST_SLCHOST_CONF_SPEC, bool, BitM, 27>
Bit 27
Methods from Deref<Target = W<HOST_SLCHOST_CONF_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_SPEC>> for W
impl From<W<HOST_SLCHOST_CONF_SPEC>> for W
§fn from(writer: W<HOST_SLCHOST_CONF_SPEC>) -> W
fn from(writer: W<HOST_SLCHOST_CONF_SPEC>) -> W
Converts to this type from the input type.