pub struct R(_);
Expand description
Register BIAS_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn bias_buf_idle(&self) -> BIAS_BUF_IDLE_R
pub fn bias_buf_idle(&self) -> BIAS_BUF_IDLE_R
Bit 10 - No public
sourcepub fn bias_buf_wake(&self) -> BIAS_BUF_WAKE_R
pub fn bias_buf_wake(&self) -> BIAS_BUF_WAKE_R
Bit 11 - No public
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 - No public
sourcepub fn bias_buf_monitor(&self) -> BIAS_BUF_MONITOR_R
pub fn bias_buf_monitor(&self) -> BIAS_BUF_MONITOR_R
Bit 13 - No public
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
sourcepub fn dbg_atten_wakeup(&self) -> DBG_ATTEN_WAKEUP_R
pub fn dbg_atten_wakeup(&self) -> DBG_ATTEN_WAKEUP_R
Bits 26:29 - No public
Methods from Deref<Target = R<BIAS_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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