Struct esp32_hal::pac::rtc_cntl::cpu_period_conf::R
pub struct R(_);
Expand description
Register CPU_PERIOD_CONF
reader
Implementations§
§impl R
impl R
pub fn cpusel_conf(&self) -> BitReaderRaw<bool>
pub fn cpusel_conf(&self) -> BitReaderRaw<bool>
Bit 29 - CPU sel option
pub fn cpuperiod_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn cpuperiod_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 30:31 - CPU period sel
Methods from Deref<Target = R<CPU_PERIOD_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<CPU_PERIOD_CONF_SPEC>> for R
impl From<R<CPU_PERIOD_CONF_SPEC>> for R
§fn from(reader: R<CPU_PERIOD_CONF_SPEC>) -> R
fn from(reader: R<CPU_PERIOD_CONF_SPEC>) -> R
Converts to this type from the input type.