Struct esp32s3::system::cpu_per_conf::R
source · pub struct R(_);
Expand description
Register CPU_PER_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn cpuperiod_sel(&self) -> CPUPERIOD_SEL_R
pub fn cpuperiod_sel(&self) -> CPUPERIOD_SEL_R
Bits 0:1 - This field used to sel cpu clock frequent.
sourcepub fn pll_freq_sel(&self) -> PLL_FREQ_SEL_R
pub fn pll_freq_sel(&self) -> PLL_FREQ_SEL_R
Bit 2 - This field used to sel pll frequent.
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 - Set 1 to force cpu_waiti_clk enable.
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 - This field used to set delay cycle when cpu enter waiti mode, after delay waiti_clk will close
Methods from Deref<Target = R<CPU_PER_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<CPU_PER_CONF_SPEC>> for R
impl From<R<CPU_PER_CONF_SPEC>> for R
sourcefn from(reader: R<CPU_PER_CONF_SPEC>) -> Self
fn from(reader: R<CPU_PER_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more