Struct d1_pac::gpio::pio_pow_ms_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register pio_pow_ms_ctl
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn vcc_p_ws_vol_mod_sel<const O: u8>(
&mut self,
) -> VCC_P_WS_VOL_MOD_SEL_W<'_, O>
pub unsafe fn vcc_p_ws_vol_mod_sel<const O: u8>( &mut self, ) -> VCC_P_WS_VOL_MOD_SEL_W<'_, O>
VCC_PX Withstand Voltage Mode Select Control
sourcepub fn vcc_p_c_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 2>
pub fn vcc_p_c_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 2>
Bit 2 - VCC_PX Withstand Voltage Mode Select Control
sourcepub fn vcc_p_d_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 3>
pub fn vcc_p_d_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 3>
Bit 3 - VCC_PX Withstand Voltage Mode Select Control
sourcepub fn vcc_p_e_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 4>
pub fn vcc_p_e_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 4>
Bit 4 - VCC_PX Withstand Voltage Mode Select Control
sourcepub fn vcc_p_f_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 5>
pub fn vcc_p_f_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 5>
Bit 5 - VCC_PX Withstand Voltage Mode Select Control
sourcepub fn vcc_p_g_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 6>
pub fn vcc_p_g_ws_vol_mod_sel(&mut self) -> VCC_P_WS_VOL_MOD_SEL_W<'_, 6>
Bit 6 - VCC_PX Withstand Voltage Mode Select Control
sourcepub fn vccio_ws_vol_mod_sel(&mut self) -> VCCIO_WS_VOL_MOD_SEL_W<'_, 12>
pub fn vccio_ws_vol_mod_sel(&mut self) -> VCCIO_WS_VOL_MOD_SEL_W<'_, 12>
Bit 12 - VCC_IO Withstand Voltage Mode Select Control
Methods from Deref<Target = W<PIO_POW_MS_CTL_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