Timers Type (Enumeration)

system.h

enum Timers {USER1_TIMER = 1, BATT_TIMER = 1, APD_TIMER = 2, LIO_TIMER = 3, CURSOR_TIMER = 4, MISC_TIMER = 5, USER_TIMER = 6, BATTERY_TIMER = 7, BP_TIMER = 8};

An enumeration for describing timer ID numbers.

BATT_TIMER is deprecated, use USER1_TIMER instead.

See the timer functions (OSRegisterTimer etc.) for more info.