Type Alias W

Source
pub type W = W<INT_CLR_SPEC>;
Expand description

Register INT_CLR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

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.
Source

pub fn t0(&mut self) -> T_W<'_, INT_CLR_SPEC>

Bit 0 - Set this bit to clear the TIMG_T0_INT interrupt.

Source

pub fn t1(&mut self) -> T_W<'_, INT_CLR_SPEC>

Bit 1 - Set this bit to clear the TIMG_T1_INT interrupt.

Source

pub fn wdt(&mut self) -> WDT_W<'_, INT_CLR_SPEC>

Bit 2 - Set this bit to clear the TIMG_WDT_INT interrupt.