pub struct R(_);
Expand description
Register PIN4
reader
Implementations§
source§impl R
impl R
sourcepub fn lp_gpio4_sync_bypass(&self) -> LP_GPIO4_SYNC_BYPASS_R
pub fn lp_gpio4_sync_bypass(&self) -> LP_GPIO4_SYNC_BYPASS_R
Bits 0:1 - need des
sourcepub fn lp_gpio4_pad_driver(&self) -> LP_GPIO4_PAD_DRIVER_R
pub fn lp_gpio4_pad_driver(&self) -> LP_GPIO4_PAD_DRIVER_R
Bit 2 - need des
sourcepub fn lp_gpio4_int_type(&self) -> LP_GPIO4_INT_TYPE_R
pub fn lp_gpio4_int_type(&self) -> LP_GPIO4_INT_TYPE_R
Bits 7:9 - need des
sourcepub fn lp_gpio4_wakeup_enable(&self) -> LP_GPIO4_WAKEUP_ENABLE_R
pub fn lp_gpio4_wakeup_enable(&self) -> LP_GPIO4_WAKEUP_ENABLE_R
Bit 10 - need des
sourcepub fn lp_gpio4_filter_en(&self) -> LP_GPIO4_FILTER_EN_R
pub fn lp_gpio4_filter_en(&self) -> LP_GPIO4_FILTER_EN_R
Bit 11 - need des
Methods from Deref<Target = R<PIN4_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