Struct d1_pac::gpio::pio_pow_mod_sel::W
source · pub struct W(/* private fields */);
Expand description
Register pio_pow_mod_sel
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn p_pwr_mod_sel<const O: u8>(&mut self) -> P_PWR_MOD_SEL_W<'_, O>
pub unsafe fn p_pwr_mod_sel<const O: u8>(&mut self) -> P_PWR_MOD_SEL_W<'_, O>
PX_POWER POWER MODE Select
sourcepub fn p_c_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 2>
pub fn p_c_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 2>
Bit 2 - PX_POWER POWER MODE Select
sourcepub fn p_d_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 3>
pub fn p_d_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 3>
Bit 3 - PX_POWER POWER MODE Select
sourcepub fn p_e_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 4>
pub fn p_e_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 4>
Bit 4 - PX_POWER POWER MODE Select
sourcepub fn p_f_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 5>
pub fn p_f_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 5>
Bit 5 - PX_POWER POWER MODE Select
sourcepub fn p_g_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 6>
pub fn p_g_pwr_mod_sel(&mut self) -> P_PWR_MOD_SEL_W<'_, 6>
Bit 6 - PX_POWER POWER MODE Select
sourcepub fn vcc_io_pwr_mod_sel(&mut self) -> VCC_IO_PWR_MOD_SEL_W<'_, 12>
pub fn vcc_io_pwr_mod_sel(&mut self) -> VCC_IO_PWR_MOD_SEL_W<'_, 12>
Bit 12 - VCC_IO POWER MODE Select
Methods from Deref<Target = W<PIO_POW_MOD_SEL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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