Type Alias R

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

Register INT_ST reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

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

interrupt when timer(0-1) alarm

`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: interrupt when timer(0-1) alarm

Source

pub fn t0(&self) -> T_R

Bit 0 - interrupt when timer0 alarm

Source

pub fn t1(&self) -> T_R

Bit 1 - interrupt when timer1 alarm

Source

pub fn wdt(&self) -> WDT_R

Bit 2 - Interrupt when an interrupt stage timeout

Source

pub fn lact(&self) -> LACT_R

Bit 3