Type Alias R

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

Register INT_ENA reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

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

The interrupt enable bit for the TIMG_T(0-1)_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 interrupt enable bit for the TIMG_T(0-1)_INT interrupt.

Source

pub fn t0(&self) -> T_R

Bit 0 - The interrupt enable bit for the TIMG_T0_INT interrupt.

Source

pub fn t1(&self) -> T_R

Bit 1 - The interrupt enable bit for the TIMG_T1_INT interrupt.

Source

pub fn wdt(&self) -> WDT_R

Bit 2 - The interrupt enable bit for the TIMG_WDT_INT interrupt.

Source

pub fn lact(&self) -> LACT_R

Bit 3 - The interrupt enable bit for the TIMG_LACT_INT interrupt.