Struct esp32c2_hal::pac::rtc_cntl::int_st_rtc::W
pub struct W(_);
Expand description
Register INT_ST_RTC
writer
Implementations§
§impl W
impl W
pub fn slp_wakeup_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 0>
pub fn slp_wakeup_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 0>
Bit 0 - sleep wakeup interrupt state
pub fn slp_reject_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 1>
pub fn slp_reject_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 1>
Bit 1 - sleep reject interrupt state
pub fn wdt_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 3>
pub fn wdt_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 3>
Bit 3 - RTC WDT interrupt state
pub fn brown_out_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 9>
pub fn brown_out_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 9>
Bit 9 - brown out interrupt state
pub fn main_timer_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 10>
pub fn main_timer_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 10>
Bit 10 - RTC main timer interrupt state
pub fn swd_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 15>
pub fn swd_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 15>
Bit 15 - super watch dog interrupt state
pub fn bbpll_cal_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 20>
pub fn bbpll_cal_int_st(
&mut self
) -> BitWriterRaw<'_, u32, INT_ST_RTC_SPEC, bool, BitM, 20>
Bit 20 - Need add desc
Methods from Deref<Target = W<INT_ST_RTC_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<INT_ST_RTC_SPEC>> for W
impl From<W<INT_ST_RTC_SPEC>> for W
§fn from(writer: W<INT_ST_RTC_SPEC>) -> W
fn from(writer: W<INT_ST_RTC_SPEC>) -> W
Converts to this type from the input type.