Struct d1_pac::gpio::pio_pow_mod_sel::R
source · pub struct R(/* private fields */);
Expand description
Register pio_pow_mod_sel
reader
Implementations§
source§impl R
impl R
sourcepub fn p_c_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
pub fn p_c_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
Bit 2 - PX_POWER POWER MODE Select
sourcepub fn p_d_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
pub fn p_d_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
Bit 3 - PX_POWER POWER MODE Select
sourcepub fn p_e_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
pub fn p_e_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
Bit 4 - PX_POWER POWER MODE Select
sourcepub fn p_f_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
pub fn p_f_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
Bit 5 - PX_POWER POWER MODE Select
sourcepub fn p_g_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
pub fn p_g_pwr_mod_sel(&self) -> P_PWR_MOD_SEL_R
Bit 6 - PX_POWER POWER MODE Select
sourcepub fn vcc_io_pwr_mod_sel(&self) -> VCC_IO_PWR_MOD_SEL_R
pub fn vcc_io_pwr_mod_sel(&self) -> VCC_IO_PWR_MOD_SEL_R
Bit 12 - VCC_IO POWER MODE Select
Methods from Deref<Target = R<PIO_POW_MOD_SEL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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