pub struct W(_);Expand description
Register CPU_PER_CONF writer
Implementations
sourceimpl W
impl W
sourcepub fn cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_>
pub fn cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_>
Bits 0:1 - This field used to sel cpu clock frequent.
sourcepub fn pll_freq_sel(&mut self) -> PLL_FREQ_SEL_W<'_>
pub fn pll_freq_sel(&mut self) -> PLL_FREQ_SEL_W<'_>
Bit 2 - This field used to sel pll frequent.
sourcepub fn cpu_wait_mode_force_on(&mut self) -> CPU_WAIT_MODE_FORCE_ON_W<'_>
pub fn cpu_wait_mode_force_on(&mut self) -> CPU_WAIT_MODE_FORCE_ON_W<'_>
Bit 3 - Set 1 to force cpu_waiti_clk enable.
sourcepub fn cpu_waiti_delay_num(&mut self) -> CPU_WAITI_DELAY_NUM_W<'_>
pub fn cpu_waiti_delay_num(&mut self) -> CPU_WAITI_DELAY_NUM_W<'_>
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
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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