pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations§
§impl W
impl W
pub fn slp_wakeup_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 0>
pub fn slp_wakeup_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - Clear sleep wakeup interrupt state
pub fn slp_reject_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 1>
pub fn slp_reject_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - Clear sleep reject interrupt state
pub fn sdio_idle_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 2>
pub fn sdio_idle_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 2>
Bit 2 - Clear SDIO idle interrupt state
pub fn wdt_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 3>
pub fn wdt_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 3>
Bit 3 - Clear RTC WDT interrupt state
pub fn time_valid_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 4>
pub fn time_valid_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 4>
Bit 4 - Clear RTC time valid interrupt state
pub fn sar_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 5>
pub fn sar_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 5>
Bit 5 - Clear ULP-coprocessor interrupt state
pub fn touch_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 6>
pub fn touch_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 6>
Bit 6 - Clear touch interrupt state
pub fn brown_out_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 7>
pub fn brown_out_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 7>
Bit 7 - Clear brown out interrupt state
pub fn main_timer_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 8>
pub fn main_timer_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 8>
Bit 8 - Clear RTC main timer interrupt state
Methods from Deref<Target = W<INT_CLR_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_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
§fn from(writer: W<INT_CLR_SPEC>) -> W
fn from(writer: W<INT_CLR_SPEC>) -> W
Converts to this type from the input type.