Type Alias R

Source
pub type R = R<INT_ST_SPEC>;
Expand description

Register INT_ST reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn t(&self, n: u8) -> T_R

The masked interrupt status bit for the TIMG_T(0-0)_INT interrupt.

`n` is number of field in register. `n == 0` corresponds to `T0` field.
Source

pub fn t_iter(&self) -> impl Iterator<Item = T_R> + '_

Iterator for array of: The masked interrupt status bit for the TIMG_T(0-0)_INT interrupt.

Source

pub fn t0(&self) -> T_R

Bit 0 - The masked interrupt status bit for the TIMG_T0_INT interrupt.

Source

pub fn wdt(&self) -> WDT_R

Bit 1 - The masked interrupt status bit for the TIMG_WDT_INT interrupt.