pub type W = W<INT_CLR_SPEC>;
Expand description
Register INT_CLR
writer
Aliased Type§
pub struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn t(&mut self, n: u8) -> T_W<'_, INT_CLR_SPEC>
pub fn t(&mut self, n: u8) -> T_W<'_, INT_CLR_SPEC>
Set this bit to clear the TIMG_T(0-1)_INT interrupt.
`n` is number of field in register. `n == 0` corresponds to `T0` field.
Sourcepub fn t0(&mut self) -> T_W<'_, INT_CLR_SPEC>
pub fn t0(&mut self) -> T_W<'_, INT_CLR_SPEC>
Bit 0 - Set this bit to clear the TIMG_T0_INT interrupt.
Sourcepub fn t1(&mut self) -> T_W<'_, INT_CLR_SPEC>
pub fn t1(&mut self) -> T_W<'_, INT_CLR_SPEC>
Bit 1 - Set this bit to clear the TIMG_T1_INT interrupt.
Sourcepub fn wdt(&mut self) -> WDT_W<'_, INT_CLR_SPEC>
pub fn wdt(&mut self) -> WDT_W<'_, INT_CLR_SPEC>
Bit 2 - Set this bit to clear the TIMG_WDT_INT interrupt.