Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Interrupt data interface

Definition of data structures used by the monitor.

Data Structures

struct  classb_intmon_interrupt
 Data structure for the interrupts that are monitored. More...
 

Enumerations

enum  classb_int_states {
  ON,
  OFF,
  M_ENABLE,
  M_DISABLE
}
 Enumeration of interrupt states. More...
 

Enumeration of interrupt states.

Enumerator
ON 

Interrupt is being monitored (set by interrupt monitor).

OFF 

Interrupt is not being monitored (set by interrupt monitor).

M_ENABLE 

Interrupt should start being monitored (set by user application).

M_DISABLE 

Interrupt should stop being monitored (set by user application).