pub struct R(_);
Expand description
Register BIAS_CONF
reader
Implementations
sourceimpl R
impl R
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 0:7
sourcepub fn dg_vdd_drv_b_slp_en(&self) -> DG_VDD_DRV_B_SLP_EN_R
pub fn dg_vdd_drv_b_slp_en(&self) -> DG_VDD_DRV_B_SLP_EN_R
Bit 8
sourcepub fn bias_buf_idle(&self) -> BIAS_BUF_IDLE_R
pub fn bias_buf_idle(&self) -> BIAS_BUF_IDLE_R
Bit 10 - bias buf when rtc in normal work state
sourcepub fn bias_buf_wake(&self) -> BIAS_BUF_WAKE_R
pub fn bias_buf_wake(&self) -> BIAS_BUF_WAKE_R
Bit 11 - bias buf when rtc in wakeup state
sourcepub fn bias_buf_deep_slp(&self) -> BIAS_BUF_DEEP_SLP_R
pub fn bias_buf_deep_slp(&self) -> BIAS_BUF_DEEP_SLP_R
Bit 12 - bias buf when rtc in sleep state
sourcepub fn bias_buf_monitor(&self) -> BIAS_BUF_MONITOR_R
pub fn bias_buf_monitor(&self) -> BIAS_BUF_MONITOR_R
Bit 13 - bias buf when rtc in monitor state
sourcepub fn pd_cur_deep_slp(&self) -> PD_CUR_DEEP_SLP_R
pub fn pd_cur_deep_slp(&self) -> PD_CUR_DEEP_SLP_R
Bit 14 - xpd cur when rtc in sleep_state
sourcepub fn pd_cur_monitor(&self) -> PD_CUR_MONITOR_R
pub fn pd_cur_monitor(&self) -> PD_CUR_MONITOR_R
Bit 15 - xpd cur when rtc in monitor state
sourcepub fn bias_sleep_deep_slp(&self) -> BIAS_SLEEP_DEEP_SLP_R
pub fn bias_sleep_deep_slp(&self) -> BIAS_SLEEP_DEEP_SLP_R
Bit 16 - bias_sleep when rtc in sleep_state
sourcepub fn bias_sleep_monitor(&self) -> BIAS_SLEEP_MONITOR_R
pub fn bias_sleep_monitor(&self) -> BIAS_SLEEP_MONITOR_R
Bit 17 - bias_sleep when rtc in monitor state
sourcepub fn dbg_atten_deep_slp(&self) -> DBG_ATTEN_DEEP_SLP_R
pub fn dbg_atten_deep_slp(&self) -> DBG_ATTEN_DEEP_SLP_R
Bits 18:21 - DBG_ATTEN when rtc in sleep state
sourcepub fn dbg_atten_monitor(&self) -> DBG_ATTEN_MONITOR_R
pub fn dbg_atten_monitor(&self) -> DBG_ATTEN_MONITOR_R
Bits 22:25 - DBG_ATTEN when rtc in monitor state
Methods from Deref<Target = R<BIAS_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<BIAS_CONF_SPEC>> for R
impl From<R<BIAS_CONF_SPEC>> for R
sourcefn from(reader: R<BIAS_CONF_SPEC>) -> Self
fn from(reader: R<BIAS_CONF_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