Struct esp32c2_hal::pac::efuse::wr_tim_conf0::R
pub struct R(_);
Expand description
Register WR_TIM_CONF0
reader
Implementations§
§impl R
impl R
pub fn tpgm_inactive(&self) -> FieldReaderRaw<u8, u8>
pub fn tpgm_inactive(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - Configures pulse time for burning ‘0’ bit.
Methods from Deref<Target = R<WR_TIM_CONF0_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<WR_TIM_CONF0_SPEC>> for R
impl From<R<WR_TIM_CONF0_SPEC>> for R
§fn from(reader: R<WR_TIM_CONF0_SPEC>) -> R
fn from(reader: R<WR_TIM_CONF0_SPEC>) -> R
Converts to this type from the input type.