Struct esp32_hal::pac::efuse::blk0_wdata4::W
pub struct W(_);
Expand description
Register BLK0_WDATA4
writer
Implementations§
§impl W
impl W
pub fn ck8m_freq(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 8, 0>
pub fn ck8m_freq(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 8, 0>
Bits 0:7
pub fn adc_vref(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 5, 8>
pub fn adc_vref(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 5, 8>
Bits 8:12 - True ADC reference voltage
pub fn sdio_drefh(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 2, 8>
pub fn sdio_drefh(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 2, 8>
Bits 8:9
pub fn sdio_drefm(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 2, 10>
pub fn sdio_drefm(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 2, 10>
Bits 10:11
pub fn sdio_drefl(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 2, 12>
pub fn sdio_drefl(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_WDATA4_SPEC, u8, u8, Unsafe, 2, 12>
Bits 12:13
pub fn xpd_sdio(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA4_SPEC, bool, BitM, 14>
pub fn xpd_sdio(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA4_SPEC, bool, BitM, 14>
Bit 14 - program for XPD_SDIO_REG
pub fn sdio_tieh(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA4_SPEC, bool, BitM, 15>
pub fn sdio_tieh(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA4_SPEC, bool, BitM, 15>
Bit 15 - program for SDIO_TIEH
pub fn sdio_force(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA4_SPEC, bool, BitM, 16>
pub fn sdio_force(
&mut self
) -> BitWriterRaw<'_, u32, BLK0_WDATA4_SPEC, bool, BitM, 16>
Bit 16 - program for sdio_force
Methods from Deref<Target = W<BLK0_WDATA4_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<BLK0_WDATA4_SPEC>> for W
impl From<W<BLK0_WDATA4_SPEC>> for W
§fn from(writer: W<BLK0_WDATA4_SPEC>) -> W
fn from(writer: W<BLK0_WDATA4_SPEC>) -> W
Converts to this type from the input type.