Struct esp32c2_hal::pac::rtc_cntl::bias_conf::W
pub struct W(_);
Expand description
Register BIAS_CONF
writer
Implementations§
§impl W
impl W
pub fn dg_vdd_drv_b_slp(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 8, 0>
pub fn dg_vdd_drv_b_slp(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 8, 0>
Bits 0:7 - Need add desc
pub fn dg_vdd_drv_b_slp_en(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 8>
pub fn dg_vdd_drv_b_slp_en(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 8>
Bit 8 - Need add desc
pub fn bias_buf_idle(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 10>
pub fn bias_buf_idle(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 10>
Bit 10 - Need add desc
pub fn bias_buf_wake(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 11>
pub fn bias_buf_wake(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 11>
Bit 11 - Need add desc
pub fn bias_buf_deep_slp(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 12>
pub fn bias_buf_deep_slp(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 12>
Bit 12 - Need add desc
pub fn bias_buf_monitor(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 13>
pub fn bias_buf_monitor(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 13>
Bit 13 - Need add desc
pub fn pd_cur_deep_slp(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 14>
pub fn pd_cur_deep_slp(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 14>
Bit 14 - xpd cur when rtc in sleep_state
pub fn pd_cur_monitor(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 15>
pub fn pd_cur_monitor(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 15>
Bit 15 - xpd cur when rtc in monitor state
pub fn bias_sleep_deep_slp(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 16>
pub fn bias_sleep_deep_slp(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 16>
Bit 16 - bias_sleep when rtc in sleep_state
pub fn bias_sleep_monitor(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 17>
pub fn bias_sleep_monitor(
&mut self
) -> BitWriterRaw<'_, u32, BIAS_CONF_SPEC, bool, BitM, 17>
Bit 17 - bias_sleep when rtc in monitor state
pub fn dbg_atten_deep_slp(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 18>
pub fn dbg_atten_deep_slp(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 18>
Bits 18:21 - DBG_ATTEN when rtc in sleep state
pub fn dbg_atten_monitor(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 22>
pub fn dbg_atten_monitor(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 22>
Bits 22:25 - DBG_ATTEN when rtc in active state
pub fn dbg_atten_active(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 26>
pub fn dbg_atten_active(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 26>
Bits 26:29 - Need add desc
Methods from Deref<Target = W<BIAS_CONF_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<BIAS_CONF_SPEC>> for W
impl From<W<BIAS_CONF_SPEC>> for W
§fn from(writer: W<BIAS_CONF_SPEC>) -> W
fn from(writer: W<BIAS_CONF_SPEC>) -> W
Converts to this type from the input type.