Struct esp32s3_hal::pac::rtc_cntl::ext_wakeup_conf::W
pub struct W(_);
Expand description
Register EXT_WAKEUP_CONF
writer
Implementations
impl W
impl W
pub fn gpio_wakeup_filter(
&mut self
) -> BitWriterRaw<'_, u32, EXT_WAKEUP_CONF_SPEC, bool, BitM, 29>
pub fn gpio_wakeup_filter(
&mut self
) -> BitWriterRaw<'_, u32, EXT_WAKEUP_CONF_SPEC, bool, BitM, 29>
Bit 29 - enable filter for gpio wakeup event
pub fn ext_wakeup0_lv(
&mut self
) -> BitWriterRaw<'_, u32, EXT_WAKEUP_CONF_SPEC, bool, BitM, 30>
pub fn ext_wakeup0_lv(
&mut self
) -> BitWriterRaw<'_, u32, EXT_WAKEUP_CONF_SPEC, bool, BitM, 30>
Bit 30 - 0: external wakeup at low level, 1: external wakeup at high level
pub fn ext_wakeup1_lv(
&mut self
) -> BitWriterRaw<'_, u32, EXT_WAKEUP_CONF_SPEC, bool, BitM, 31>
pub fn ext_wakeup1_lv(
&mut self
) -> BitWriterRaw<'_, u32, EXT_WAKEUP_CONF_SPEC, bool, BitM, 31>
Bit 31 - 0: external wakeup at low level, 1: external wakeup at high level
Methods from Deref<Target = W<EXT_WAKEUP_CONF_SPEC>>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations
impl From<W<EXT_WAKEUP_CONF_SPEC>> for W
impl From<W<EXT_WAKEUP_CONF_SPEC>> for W
fn from(writer: W<EXT_WAKEUP_CONF_SPEC>) -> W
fn from(writer: W<EXT_WAKEUP_CONF_SPEC>) -> W
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