Struct esp32c2_hal::pac::efuse::rd_tim_conf::R
pub struct R(_);
Expand description
Register RD_TIM_CONF
reader
Implementations§
§impl R
impl R
pub fn read_init_num(&self) -> FieldReaderRaw<u8, u8>
pub fn read_init_num(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - Configures the initial read time of eFuse.
Methods from Deref<Target = R<RD_TIM_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<RD_TIM_CONF_SPEC>> for R
impl From<R<RD_TIM_CONF_SPEC>> for R
§fn from(reader: R<RD_TIM_CONF_SPEC>) -> R
fn from(reader: R<RD_TIM_CONF_SPEC>) -> R
Converts to this type from the input type.