Struct esp32_hal::pac::dport::cpu_per_conf::R
pub struct R(_);
Expand description
Register CPU_PER_CONF
reader
Implementations§
§impl R
impl R
pub fn cpuperiod_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn cpuperiod_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1
pub fn lowspeed_clk_sel(&self) -> BitReaderRaw<bool>
pub fn lowspeed_clk_sel(&self) -> BitReaderRaw<bool>
Bit 2
pub fn fast_clk_rtc_sel(&self) -> BitReaderRaw<bool>
pub fn fast_clk_rtc_sel(&self) -> BitReaderRaw<bool>
Bit 3
Methods from Deref<Target = R<CPU_PER_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_PER_CONF_SPEC>> for R
impl From<R<CPU_PER_CONF_SPEC>> for R
§fn from(reader: R<CPU_PER_CONF_SPEC>) -> R
fn from(reader: R<CPU_PER_CONF_SPEC>) -> R
Converts to this type from the input type.