Definition of data structures used by the monitor.
Enumerations | |
| enum | classb_int_states { , ENABLE, DISABLE } |
| Enumeration of interrupt states. More... | |
| enum classb_int_states |
Enumeration of interrupt states.
| ENABLE |
Interrupt should start being monitored (can be set by the user application). |
| DISABLE |
Interrupt should stop being monitored (can be set by the user application). |
Definition at line 131 of file classb_interrupt_monitor.h.