Xmega IEC60730 Class B Library  1.0
 All Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Interrupt data interface

Detailed Description

Definition of data structures used by the monitor.

Enumerations

enum  classb_int_states { , ENABLE, DISABLE }
 Enumeration of interrupt states. More...

Enumeration Type Documentation

Enumeration of interrupt states.

Enumerator:
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.