Struct d1_pac::gpio::pio_pow_val::R
source · pub struct R(/* private fields */);
Expand description
Register pio_pow_val
reader
Implementations§
source§impl R
impl R
sourcepub fn p_c_pwr_val(&self) -> P_PWR_VAL_R
pub fn p_c_pwr_val(&self) -> P_PWR_VAL_R
Bit 2 - PX_Port Power Value
sourcepub fn p_d_pwr_val(&self) -> P_PWR_VAL_R
pub fn p_d_pwr_val(&self) -> P_PWR_VAL_R
Bit 3 - PX_Port Power Value
sourcepub fn p_e_pwr_val(&self) -> P_PWR_VAL_R
pub fn p_e_pwr_val(&self) -> P_PWR_VAL_R
Bit 4 - PX_Port Power Value
sourcepub fn p_f_pwr_val(&self) -> P_PWR_VAL_R
pub fn p_f_pwr_val(&self) -> P_PWR_VAL_R
Bit 5 - PX_Port Power Value
sourcepub fn p_g_pwr_val(&self) -> P_PWR_VAL_R
pub fn p_g_pwr_val(&self) -> P_PWR_VAL_R
Bit 6 - PX_Port Power Value
sourcepub fn vccio_pws_val(&self) -> VCCIO_PWS_VAL_R
pub fn vccio_pws_val(&self) -> VCCIO_PWS_VAL_R
Bit 12 - VCC_IO Power Value
Methods from Deref<Target = R<PIO_POW_VAL_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