Timers Type (Enumeration)

system.h

enum Timers {BATT_TIMER = 1, APD_TIMER = 2, LIO_TIMER = 3, CURSOR_TIMER = 4, MISC_TIMER = 5, USER_TIMER = 6};

An enumeration for describing timer ID numbers.

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