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