Struct esp32::rtc_cntl::cpu_period_conf::W
source · pub struct W(_);
Expand description
Register CPU_PERIOD_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn cpusel_conf(&mut self) -> CPUSEL_CONF_W<'_, 29>
pub fn cpusel_conf(&mut self) -> CPUSEL_CONF_W<'_, 29>
Bit 29 - CPU sel option
sourcepub fn cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_, 30>
pub fn cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_, 30>
Bits 30:31 - CPU period sel
Methods from Deref<Target = W<CPU_PERIOD_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