pub struct R(_);Expand description
Register GPIO5 reader
Implementations§
source§impl R
 
impl R
sourcepub fn lp_gpio5_mcu_oe(&self) -> LP_GPIO5_MCU_OE_R
 
pub fn lp_gpio5_mcu_oe(&self) -> LP_GPIO5_MCU_OE_R
Bit 0 - need des
sourcepub fn lp_gpio5_slp_sel(&self) -> LP_GPIO5_SLP_SEL_R
 
pub fn lp_gpio5_slp_sel(&self) -> LP_GPIO5_SLP_SEL_R
Bit 1 - need des
sourcepub fn lp_gpio5_mcu_wpd(&self) -> LP_GPIO5_MCU_WPD_R
 
pub fn lp_gpio5_mcu_wpd(&self) -> LP_GPIO5_MCU_WPD_R
Bit 2 - need des
sourcepub fn lp_gpio5_mcu_wpu(&self) -> LP_GPIO5_MCU_WPU_R
 
pub fn lp_gpio5_mcu_wpu(&self) -> LP_GPIO5_MCU_WPU_R
Bit 3 - need des
sourcepub fn lp_gpio5_mcu_ie(&self) -> LP_GPIO5_MCU_IE_R
 
pub fn lp_gpio5_mcu_ie(&self) -> LP_GPIO5_MCU_IE_R
Bit 4 - need des
sourcepub fn lp_gpio5_mcu_drv(&self) -> LP_GPIO5_MCU_DRV_R
 
pub fn lp_gpio5_mcu_drv(&self) -> LP_GPIO5_MCU_DRV_R
Bits 5:6 - need des
sourcepub fn lp_gpio5_fun_wpd(&self) -> LP_GPIO5_FUN_WPD_R
 
pub fn lp_gpio5_fun_wpd(&self) -> LP_GPIO5_FUN_WPD_R
Bit 7 - need des
sourcepub fn lp_gpio5_fun_wpu(&self) -> LP_GPIO5_FUN_WPU_R
 
pub fn lp_gpio5_fun_wpu(&self) -> LP_GPIO5_FUN_WPU_R
Bit 8 - need des
sourcepub fn lp_gpio5_fun_ie(&self) -> LP_GPIO5_FUN_IE_R
 
pub fn lp_gpio5_fun_ie(&self) -> LP_GPIO5_FUN_IE_R
Bit 9 - need des
sourcepub fn lp_gpio5_fun_drv(&self) -> LP_GPIO5_FUN_DRV_R
 
pub fn lp_gpio5_fun_drv(&self) -> LP_GPIO5_FUN_DRV_R
Bits 10:11 - need des
sourcepub fn lp_gpio5_mcu_sel(&self) -> LP_GPIO5_MCU_SEL_R
 
pub fn lp_gpio5_mcu_sel(&self) -> LP_GPIO5_MCU_SEL_R
Bits 12:14 - need des
Methods from Deref<Target = R<GPIO5_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