Struct esp32s3_hal::pac::rtc_cntl::bias_conf::W
pub struct W(_);
Expand description
Register BIAS_CONF
writer
Implementations
impl W
impl W
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 - No public
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 - No public
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 - No public
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 - No public
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 monitor state
pub fn dbg_atten_wakeup(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 26>
pub fn dbg_atten_wakeup(
&mut self
) -> FieldWriterRaw<'_, u32, BIAS_CONF_SPEC, u8, u8, Unsafe, 4, 26>
Bits 26:29 - No public
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.
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