Type Alias esp32h2::systimer::int_st::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 target(&self, n: u8) -> TARGET_R

interupt(0-2) status

`n` is number of field in register. `n == 0` corresponds to `TARGET0` field.
source

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

Iterator for array of: interupt(0-2) status

source

pub fn target0(&self) -> TARGET_R

Bit 0 - interupt0 status

source

pub fn target1(&self) -> TARGET_R

Bit 1 - interupt1 status

source

pub fn target2(&self) -> TARGET_R

Bit 2 - interupt2 status