2.15.54 CLOCK_MONITOR Enum
C
typedef enum
{
CLOCK_MONITOR_1 = 1,
CLOCK_MONITOR_2 = 2,
CLOCK_MONITOR_3 = 3,
CLOCK_MONITOR_4 = 4,
CLOCK_MONITOR_MAX = 4
} CLOCK_MONITOR;
Summary
Defines clock monitors enabled in the clock plib.
Description
This enumeration defines the Clock Monitors that are enabled to use in the clock plib.
Remarks
None.
