Struct esp32c2_hal::pac::rtc_cntl::bias_conf::R
pub struct R(_);
Expand description
Register BIAS_CONF
reader
Implementations§
§impl R
impl R
pub fn dg_vdd_drv_b_slp(&self) -> FieldReaderRaw<u8, u8>
pub fn dg_vdd_drv_b_slp(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - Need add desc
pub fn dg_vdd_drv_b_slp_en(&self) -> BitReaderRaw<bool>
pub fn dg_vdd_drv_b_slp_en(&self) -> BitReaderRaw<bool>
Bit 8 - Need add desc
pub fn bias_buf_idle(&self) -> BitReaderRaw<bool>
pub fn bias_buf_idle(&self) -> BitReaderRaw<bool>
Bit 10 - Need add desc
pub fn bias_buf_wake(&self) -> BitReaderRaw<bool>
pub fn bias_buf_wake(&self) -> BitReaderRaw<bool>
Bit 11 - Need add desc
pub fn bias_buf_deep_slp(&self) -> BitReaderRaw<bool>
pub fn bias_buf_deep_slp(&self) -> BitReaderRaw<bool>
Bit 12 - Need add desc
pub fn bias_buf_monitor(&self) -> BitReaderRaw<bool>
pub fn bias_buf_monitor(&self) -> BitReaderRaw<bool>
Bit 13 - Need add desc
pub fn pd_cur_deep_slp(&self) -> BitReaderRaw<bool>
pub fn pd_cur_deep_slp(&self) -> BitReaderRaw<bool>
Bit 14 - xpd cur when rtc in sleep_state
pub fn pd_cur_monitor(&self) -> BitReaderRaw<bool>
pub fn pd_cur_monitor(&self) -> BitReaderRaw<bool>
Bit 15 - xpd cur when rtc in monitor state
pub fn bias_sleep_deep_slp(&self) -> BitReaderRaw<bool>
pub fn bias_sleep_deep_slp(&self) -> BitReaderRaw<bool>
Bit 16 - bias_sleep when rtc in sleep_state
pub fn bias_sleep_monitor(&self) -> BitReaderRaw<bool>
pub fn bias_sleep_monitor(&self) -> BitReaderRaw<bool>
Bit 17 - bias_sleep when rtc in monitor state
pub fn dbg_atten_deep_slp(&self) -> FieldReaderRaw<u8, u8>
pub fn dbg_atten_deep_slp(&self) -> FieldReaderRaw<u8, u8>
Bits 18:21 - DBG_ATTEN when rtc in sleep state
pub fn dbg_atten_monitor(&self) -> FieldReaderRaw<u8, u8>
pub fn dbg_atten_monitor(&self) -> FieldReaderRaw<u8, u8>
Bits 22:25 - DBG_ATTEN when rtc in active state
pub fn dbg_atten_active(&self) -> FieldReaderRaw<u8, u8>
pub fn dbg_atten_active(&self) -> FieldReaderRaw<u8, u8>
Bits 26:29 - Need add desc
Methods from Deref<Target = R<BIAS_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<BIAS_CONF_SPEC>> for R
impl From<R<BIAS_CONF_SPEC>> for R
§fn from(reader: R<BIAS_CONF_SPEC>) -> R
fn from(reader: R<BIAS_CONF_SPEC>) -> R
Converts to this type from the input type.