Struct esp32h2::lp_aon::ext_wakeup_cntl::W
source · pub struct W(_);Expand description
Register EXT_WAKEUP_CNTL writer
Implementations§
source§impl W
impl W
sourcepub fn ext_wakeup_status_clr(&mut self) -> EXT_WAKEUP_STATUS_CLR_W<'_, 14>
pub fn ext_wakeup_status_clr(&mut self) -> EXT_WAKEUP_STATUS_CLR_W<'_, 14>
Bit 14 - need_des
sourcepub fn ext_wakeup_sel(&mut self) -> EXT_WAKEUP_SEL_W<'_, 15>
pub fn ext_wakeup_sel(&mut self) -> EXT_WAKEUP_SEL_W<'_, 15>
Bits 15:22 - need_des
sourcepub fn ext_wakeup_lv(&mut self) -> EXT_WAKEUP_LV_W<'_, 23>
pub fn ext_wakeup_lv(&mut self) -> EXT_WAKEUP_LV_W<'_, 23>
Bits 23:30 - need_des
sourcepub fn ext_wakeup_filter(&mut self) -> EXT_WAKEUP_FILTER_W<'_, 31>
pub fn ext_wakeup_filter(&mut self) -> EXT_WAKEUP_FILTER_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<EXT_WAKEUP_CNTL_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