Struct esp32c2_hal::pac::efuse::rd_tim_conf::W
pub struct W(_);
Expand description
Register RD_TIM_CONF
writer
Implementations§
§impl W
impl W
pub fn thr_a(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 0>
pub fn thr_a(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 0>
Bits 0:7 - Configures hold time for efuse read.
pub fn trd(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 8>
pub fn trd(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15 - Configures pulse time for efuse read.
pub fn tsur_a(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 16>
pub fn tsur_a(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 16>
Bits 16:23 - Configures setup time for efuse read.
pub fn read_init_num(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 24>
pub fn read_init_num(
&mut self
) -> FieldWriterRaw<'_, u32, RD_TIM_CONF_SPEC, u8, u8, Unsafe, 8, 24>
Bits 24:31 - Configures the initial read time of eFuse.
Methods from Deref<Target = W<RD_TIM_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<RD_TIM_CONF_SPEC>> for W
impl From<W<RD_TIM_CONF_SPEC>> for W
§fn from(writer: W<RD_TIM_CONF_SPEC>) -> W
fn from(writer: W<RD_TIM_CONF_SPEC>) -> W
Converts to this type from the input type.