Struct d1_pac::rtc::vdd_off_gating_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register vdd_off_gating_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn vccio_det_bypass_en(&self) -> VCCIO_DET_BYPASS_EN_R
pub fn vccio_det_bypass_en(&self) -> VCCIO_DET_BYPASS_EN_R
Bit 0
sourcepub fn vccio_det_spare(&self) -> VCCIO_DET_SPARE_R
pub fn vccio_det_spare(&self) -> VCCIO_DET_SPARE_R
Bits 4:11 - - Bit[7:5]: Reserved, default=0
- Bit[4]: Bypass debounce circuit, defaule=0
- Bit[3]: Enable control, defaule=0
- 0: Disable VCC-IO detection
- 1: Force the detection output
- Bit[2:0]: Gear adjustment
- 000: Detection threshold is 2.5 V
- 001: Detection threshold is 2.6 V
- 010: Detection threshold is 2.7 V (default)
- 011: Detection threshold is 2.8 V
- 100: Detection threshold is 2.9 V
- 101: Detection threshold is 3 V
- 110: N/A
- 111: N/A
Methods from Deref<Target = R<VDD_OFF_GATING_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