Struct esp32c3::system::cpu_per_conf::R
source · pub struct R(_);
Expand description
Register CPU_PER_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn cpuperiod_sel(&self) -> CPUPERIOD_SEL_R
pub fn cpuperiod_sel(&self) -> CPUPERIOD_SEL_R
Bits 0:1 - reg_cpuperiod_sel
sourcepub fn pll_freq_sel(&self) -> PLL_FREQ_SEL_R
pub fn pll_freq_sel(&self) -> PLL_FREQ_SEL_R
Bit 2 - reg_pll_freq_sel
sourcepub fn cpu_wait_mode_force_on(&self) -> CPU_WAIT_MODE_FORCE_ON_R
pub fn cpu_wait_mode_force_on(&self) -> CPU_WAIT_MODE_FORCE_ON_R
Bit 3 - reg_cpu_wait_mode_force_on
sourcepub fn cpu_waiti_delay_num(&self) -> CPU_WAITI_DELAY_NUM_R
pub fn cpu_waiti_delay_num(&self) -> CPU_WAITI_DELAY_NUM_R
Bits 4:7 - reg_cpu_waiti_delay_num
Methods from Deref<Target = R<CPU_PER_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more