4.1.1 Enumerations
enum diag_int_id_t { INVALID_INT_ID, TMR2_TMRI = 1, TMR4_TMRI = 2, MAX_INT_LIMIT = 3 }
Holds the identifiers for the interrupts to be monitored. These identifiers are used in the interrupt when calling functions related to the interrupt monitor.