Struct esp32s3::rtc_cntl::regulator_drv_ctrl::R
source · pub struct R(_);
Expand description
Register REGULATOR_DRV_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn regulator_drv_b_monitor(&self) -> REGULATOR_DRV_B_MONITOR_R
pub fn regulator_drv_b_monitor(&self) -> REGULATOR_DRV_B_MONITOR_R
Bits 0:5 - No public
sourcepub fn regulator_drv_b_slp(&self) -> REGULATOR_DRV_B_SLP_R
pub fn regulator_drv_b_slp(&self) -> REGULATOR_DRV_B_SLP_R
Bits 6:11 - No public
sourcepub fn dg_vdd_drv_b_slp(&self) -> DG_VDD_DRV_B_SLP_R
pub fn dg_vdd_drv_b_slp(&self) -> DG_VDD_DRV_B_SLP_R
Bits 12:19 - No public
sourcepub fn dg_vdd_drv_b_monitor(&self) -> DG_VDD_DRV_B_MONITOR_R
pub fn dg_vdd_drv_b_monitor(&self) -> DG_VDD_DRV_B_MONITOR_R
Bits 20:27 - No public
Methods from Deref<Target = R<REGULATOR_DRV_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<REGULATOR_DRV_CTRL_SPEC>> for R
impl From<R<REGULATOR_DRV_CTRL_SPEC>> for R
sourcefn from(reader: R<REGULATOR_DRV_CTRL_SPEC>) -> Self
fn from(reader: R<REGULATOR_DRV_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more