Struct d1_pac::rtc::efuse_hv_pwrswt_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register efuse_hv_pwrswt_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn efuse_1_8v_power_switch_control(
&mut self,
) -> EFUSE_1_8V_POWER_SWITCH_CONTROL_W<'_, 0>
pub fn efuse_1_8v_power_switch_control( &mut self, ) -> EFUSE_1_8V_POWER_SWITCH_CONTROL_W<'_, 0>
Bit 0 - 1: Open power switch 0: Close power switch
Methods from Deref<Target = W<EFUSE_HV_PWRSWT_CTRL_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