Struct esp32c2_hal::pac::apb_ctrl::tick_conf::R
pub struct R(_);
Expand description
Register TICK_CONF
reader
Implementations§
§impl R
impl R
pub fn xtal_tick_num(&self) -> FieldReaderRaw<u8, u8>
pub fn xtal_tick_num(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - reg_xtal_tick_num
pub fn ck8m_tick_num(&self) -> FieldReaderRaw<u8, u8>
pub fn ck8m_tick_num(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - reg_ck8m_tick_num
pub fn tick_enable(&self) -> BitReaderRaw<bool>
pub fn tick_enable(&self) -> BitReaderRaw<bool>
Bit 16 - reg_tick_enable
Methods from Deref<Target = R<TICK_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<TICK_CONF_SPEC>> for R
impl From<R<TICK_CONF_SPEC>> for R
§fn from(reader: R<TICK_CONF_SPEC>) -> R
fn from(reader: R<TICK_CONF_SPEC>) -> R
Converts to this type from the input type.