Module rp2040_pac::i2c0::ic_intr_stat
source · Expand description
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.
Structs§
- I2C Interrupt Status Register
Enums§
- See IC_RAW_INTR_STAT for a detailed description of R_ACTIVITY bit.
- See IC_RAW_INTR_STAT for a detailed description of R_GEN_CALL bit.
- See IC_RAW_INTR_STAT for a detailed description of R_RD_REQ bit.
- See IC_RAW_INTR_STAT for a detailed description of R_RESTART_DET bit.
- See IC_RAW_INTR_STAT for a detailed description of R_RX_DONE bit.
- See IC_RAW_INTR_STAT for a detailed description of R_RX_FULL bit.
- See IC_RAW_INTR_STAT for a detailed description of R_RX_OVER bit.
- See IC_RAW_INTR_STAT for a detailed description of R_RX_UNDER bit.
- See IC_RAW_INTR_STAT for a detailed description of R_START_DET bit.
- See IC_RAW_INTR_STAT for a detailed description of R_STOP_DET bit.
- See IC_RAW_INTR_STAT for a detailed description of R_TX_ABRT bit.
- See IC_RAW_INTR_STAT for a detailed description of R_TX_EMPTY bit.
- See IC_RAW_INTR_STAT for a detailed description of R_TX_OVER bit.
Type Aliases§
- Register
IC_INTR_STAT
reader - Field
R_ACTIVITY
reader - See IC_RAW_INTR_STAT for a detailed description of R_ACTIVITY bit. - Field
R_GEN_CALL
reader - See IC_RAW_INTR_STAT for a detailed description of R_GEN_CALL bit. - Field
R_RD_REQ
reader - See IC_RAW_INTR_STAT for a detailed description of R_RD_REQ bit. - Field
R_RESTART_DET
reader - See IC_RAW_INTR_STAT for a detailed description of R_RESTART_DET bit. - Field
R_RX_DONE
reader - See IC_RAW_INTR_STAT for a detailed description of R_RX_DONE bit. - Field
R_RX_FULL
reader - See IC_RAW_INTR_STAT for a detailed description of R_RX_FULL bit. - Field
R_RX_OVER
reader - See IC_RAW_INTR_STAT for a detailed description of R_RX_OVER bit. - Field
R_RX_UNDER
reader - See IC_RAW_INTR_STAT for a detailed description of R_RX_UNDER bit. - Field
R_START_DET
reader - See IC_RAW_INTR_STAT for a detailed description of R_START_DET bit. - Field
R_STOP_DET
reader - See IC_RAW_INTR_STAT for a detailed description of R_STOP_DET bit. - Field
R_TX_ABRT
reader - See IC_RAW_INTR_STAT for a detailed description of R_TX_ABRT bit. - Field
R_TX_EMPTY
reader - See IC_RAW_INTR_STAT for a detailed description of R_TX_EMPTY bit. - Field
R_TX_OVER
reader - See IC_RAW_INTR_STAT for a detailed description of R_TX_OVER bit.