Struct esp32s2::rtc_cntl::slp_reject_conf::W
source · pub struct W(_);
Expand description
Register SLP_REJECT_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn sleep_reject_ena(&mut self) -> SLEEP_REJECT_ENA_W<'_, 13>
pub fn sleep_reject_ena(&mut self) -> SLEEP_REJECT_ENA_W<'_, 13>
Bits 13:29 - Set this bit to enable reject-to-sleep.
sourcepub fn light_slp_reject_en(&mut self) -> LIGHT_SLP_REJECT_EN_W<'_, 30>
pub fn light_slp_reject_en(&mut self) -> LIGHT_SLP_REJECT_EN_W<'_, 30>
Bit 30 - Set this bit to enable reject-to-light-sleep.
sourcepub fn deep_slp_reject_en(&mut self) -> DEEP_SLP_REJECT_EN_W<'_, 31>
pub fn deep_slp_reject_en(&mut self) -> DEEP_SLP_REJECT_EN_W<'_, 31>
Bit 31 - Set this bit to enable reject-to-deep-sleep.
Methods from Deref<Target = W<SLP_REJECT_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