Type Alias rp2040_pac::i2c0::IC_INTR_STAT

source ·
pub type IC_INTR_STAT = Reg<IC_INTR_STAT_SPEC>;
Expand description

IC_INTR_STAT (r) register accessor: I2C Interrupt Status Register

Each bit in this register has a corresponding mask bit in the IC_INTR_MASK register. These bits are cleared by reading the matching interrupt clear register. The unmasked raw versions of these bits are available in the IC_RAW_INTR_STAT register.

You can read this register and get ic_intr_stat::R. See API.

For information about available fields see ic_intr_stat module

Aliased Type§

struct IC_INTR_STAT { /* private fields */ }