pub struct W(_);
Expand description
Register GPIO5
writer
Implementations§
source§impl W
impl W
sourcepub fn lp_gpio5_mcu_oe(&mut self) -> LP_GPIO5_MCU_OE_W<'_, 0>
pub fn lp_gpio5_mcu_oe(&mut self) -> LP_GPIO5_MCU_OE_W<'_, 0>
Bit 0 - need des
sourcepub fn lp_gpio5_slp_sel(&mut self) -> LP_GPIO5_SLP_SEL_W<'_, 1>
pub fn lp_gpio5_slp_sel(&mut self) -> LP_GPIO5_SLP_SEL_W<'_, 1>
Bit 1 - need des
sourcepub fn lp_gpio5_mcu_wpd(&mut self) -> LP_GPIO5_MCU_WPD_W<'_, 2>
pub fn lp_gpio5_mcu_wpd(&mut self) -> LP_GPIO5_MCU_WPD_W<'_, 2>
Bit 2 - need des
sourcepub fn lp_gpio5_mcu_wpu(&mut self) -> LP_GPIO5_MCU_WPU_W<'_, 3>
pub fn lp_gpio5_mcu_wpu(&mut self) -> LP_GPIO5_MCU_WPU_W<'_, 3>
Bit 3 - need des
sourcepub fn lp_gpio5_mcu_ie(&mut self) -> LP_GPIO5_MCU_IE_W<'_, 4>
pub fn lp_gpio5_mcu_ie(&mut self) -> LP_GPIO5_MCU_IE_W<'_, 4>
Bit 4 - need des
sourcepub fn lp_gpio5_mcu_drv(&mut self) -> LP_GPIO5_MCU_DRV_W<'_, 5>
pub fn lp_gpio5_mcu_drv(&mut self) -> LP_GPIO5_MCU_DRV_W<'_, 5>
Bits 5:6 - need des
sourcepub fn lp_gpio5_fun_wpd(&mut self) -> LP_GPIO5_FUN_WPD_W<'_, 7>
pub fn lp_gpio5_fun_wpd(&mut self) -> LP_GPIO5_FUN_WPD_W<'_, 7>
Bit 7 - need des
sourcepub fn lp_gpio5_fun_wpu(&mut self) -> LP_GPIO5_FUN_WPU_W<'_, 8>
pub fn lp_gpio5_fun_wpu(&mut self) -> LP_GPIO5_FUN_WPU_W<'_, 8>
Bit 8 - need des
sourcepub fn lp_gpio5_fun_ie(&mut self) -> LP_GPIO5_FUN_IE_W<'_, 9>
pub fn lp_gpio5_fun_ie(&mut self) -> LP_GPIO5_FUN_IE_W<'_, 9>
Bit 9 - need des
sourcepub fn lp_gpio5_fun_drv(&mut self) -> LP_GPIO5_FUN_DRV_W<'_, 10>
pub fn lp_gpio5_fun_drv(&mut self) -> LP_GPIO5_FUN_DRV_W<'_, 10>
Bits 10:11 - need des
sourcepub fn lp_gpio5_mcu_sel(&mut self) -> LP_GPIO5_MCU_SEL_W<'_, 12>
pub fn lp_gpio5_mcu_sel(&mut self) -> LP_GPIO5_MCU_SEL_W<'_, 12>
Bits 12:14 - need des
Methods from Deref<Target = W<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