Struct esp32s3::system::cpu_per_conf::W
source · pub struct W(_);Expand description
Register CPU_PER_CONF writer
Implementations§
source§impl W
impl W
sourcepub fn cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_, 0>
pub fn cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_, 0>
Bits 0:1 - This field used to sel cpu clock frequent.
sourcepub fn pll_freq_sel(&mut self) -> PLL_FREQ_SEL_W<'_, 2>
pub fn pll_freq_sel(&mut self) -> PLL_FREQ_SEL_W<'_, 2>
Bit 2 - This field used to sel pll frequent.
sourcepub fn cpu_wait_mode_force_on(&mut self) -> CPU_WAIT_MODE_FORCE_ON_W<'_, 3>
pub fn cpu_wait_mode_force_on(&mut self) -> CPU_WAIT_MODE_FORCE_ON_W<'_, 3>
Bit 3 - Set 1 to force cpu_waiti_clk enable.
sourcepub fn cpu_waiti_delay_num(&mut self) -> CPU_WAITI_DELAY_NUM_W<'_, 4>
pub fn cpu_waiti_delay_num(&mut self) -> CPU_WAITI_DELAY_NUM_W<'_, 4>
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 = W<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