Struct esp32c3::system::cpu_per_conf::W
source · pub struct W(_);Expand description
Register CPU_PER_CONF writer
Implementations
sourceimpl 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 - reg_cpuperiod_sel
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 - reg_pll_freq_sel
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 - reg_cpu_wait_mode_force_on
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 - reg_cpu_waiti_delay_num
Methods from Deref<Target = W<CPU_PER_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<CPU_PER_CONF_SPEC>> for W
impl From<W<CPU_PER_CONF_SPEC>> for W
sourcefn from(writer: W<CPU_PER_CONF_SPEC>) -> Self
fn from(writer: W<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