Struct esp32_hal::pac::timg0::int_clr_timers::W
pub struct W(_);
Expand description
Register INT_CLR_TIMERS
writer
Implementations§
§impl W
impl W
pub fn t0_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 0>
pub fn t0_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 0>
Bit 0 - interrupt when timer0 alarm
pub fn t1_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 1>
pub fn t1_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 1>
Bit 1 - interrupt when timer1 alarm
pub fn wdt_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 2>
pub fn wdt_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 2>
Bit 2 - Interrupt when an interrupt stage timeout
pub fn lact_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 3>
pub fn lact_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_TIMERS_SPEC, bool, BitM, 3>
Bit 3
Methods from Deref<Target = W<INT_CLR_TIMERS_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_TIMERS_SPEC>> for W
impl From<W<INT_CLR_TIMERS_SPEC>> for W
§fn from(writer: W<INT_CLR_TIMERS_SPEC>) -> W
fn from(writer: W<INT_CLR_TIMERS_SPEC>) -> W
Converts to this type from the input type.