[−][src]Struct esp32::rtccntl::state0::W
Register STATE0
writer
Implementations
impl W
[src]
pub fn sleep_en(&mut self) -> SLEEP_EN_W<'_>
[src]
Bit 31
pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_>
[src]
Bit 30
pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_>
[src]
Bit 29
pub fn sdio_active_ind(&mut self) -> SDIO_ACTIVE_IND_W<'_>
[src]
Bit 28
pub fn ulp_cp_slp_timer_en(&mut self) -> ULP_CP_SLP_TIMER_EN_W<'_>
[src]
Bit 24
pub fn touch_slp_timer_en(&mut self) -> TOUCH_SLP_TIMER_EN_W<'_>
[src]
Bit 23
pub fn apb2rtc_bridge_sel(&mut self) -> APB2RTC_BRIDGE_SEL_W<'_>
[src]
Bit 22
pub fn ulp_cp_wakeup_force_en(&mut self) -> ULP_CP_WAKEUP_FORCE_EN_W<'_>
[src]
Bit 21
pub fn touch_wakeup_force_en(&mut self) -> TOUCH_WAKEUP_FORCE_EN_W<'_>
[src]
Bit 20
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<STATE0_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<STATE0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<STATE0_SPEC>> for W
[src]
fn from(writer: W<STATE0_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,