pub struct W(_);
Expand description
Register PIN7
writer
Implementations§
source§impl W
impl W
sourcepub fn lp_gpio7_sync_bypass(&mut self) -> LP_GPIO7_SYNC_BYPASS_W<'_, 0>
pub fn lp_gpio7_sync_bypass(&mut self) -> LP_GPIO7_SYNC_BYPASS_W<'_, 0>
Bits 0:1 - need des
sourcepub fn lp_gpio7_pad_driver(&mut self) -> LP_GPIO7_PAD_DRIVER_W<'_, 2>
pub fn lp_gpio7_pad_driver(&mut self) -> LP_GPIO7_PAD_DRIVER_W<'_, 2>
Bit 2 - need des
sourcepub fn lp_gpio7_edge_wakeup_clr(&mut self) -> LP_GPIO7_EDGE_WAKEUP_CLR_W<'_, 3>
pub fn lp_gpio7_edge_wakeup_clr(&mut self) -> LP_GPIO7_EDGE_WAKEUP_CLR_W<'_, 3>
Bit 3 - need des
sourcepub fn lp_gpio7_int_type(&mut self) -> LP_GPIO7_INT_TYPE_W<'_, 7>
pub fn lp_gpio7_int_type(&mut self) -> LP_GPIO7_INT_TYPE_W<'_, 7>
Bits 7:9 - need des
sourcepub fn lp_gpio7_wakeup_enable(&mut self) -> LP_GPIO7_WAKEUP_ENABLE_W<'_, 10>
pub fn lp_gpio7_wakeup_enable(&mut self) -> LP_GPIO7_WAKEUP_ENABLE_W<'_, 10>
Bit 10 - need des
sourcepub fn lp_gpio7_filter_en(&mut self) -> LP_GPIO7_FILTER_EN_W<'_, 11>
pub fn lp_gpio7_filter_en(&mut self) -> LP_GPIO7_FILTER_EN_W<'_, 11>
Bit 11 - need des
Methods from Deref<Target = W<PIN7_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