pub struct R(_);Expand description
Register PIN5 reader
Implementations§
source§impl R
impl R
sourcepub fn lp_gpio5_sync_bypass(&self) -> LP_GPIO5_SYNC_BYPASS_R
pub fn lp_gpio5_sync_bypass(&self) -> LP_GPIO5_SYNC_BYPASS_R
Bits 0:1 - need des
sourcepub fn lp_gpio5_pad_driver(&self) -> LP_GPIO5_PAD_DRIVER_R
pub fn lp_gpio5_pad_driver(&self) -> LP_GPIO5_PAD_DRIVER_R
Bit 2 - need des
sourcepub fn lp_gpio5_int_type(&self) -> LP_GPIO5_INT_TYPE_R
pub fn lp_gpio5_int_type(&self) -> LP_GPIO5_INT_TYPE_R
Bits 7:9 - need des
sourcepub fn lp_gpio5_wakeup_enable(&self) -> LP_GPIO5_WAKEUP_ENABLE_R
pub fn lp_gpio5_wakeup_enable(&self) -> LP_GPIO5_WAKEUP_ENABLE_R
Bit 10 - need des
sourcepub fn lp_gpio5_filter_en(&self) -> LP_GPIO5_FILTER_EN_R
pub fn lp_gpio5_filter_en(&self) -> LP_GPIO5_FILTER_EN_R
Bit 11 - need des
Methods from Deref<Target = R<PIN5_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