CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Flags for CHAI's global timer notification handler. Used by the CHAI's global timer notification handler to inform the application.

See Also
NH_CHAI_GLOBALTIMER and CHAI_RegisterGlobalTimer
Enumerator
GTNF_None 
GTNF_250ms 

Call the application each 250ms.

GTNF_500ms 

Call the application each 500ms.

GTNF_1s 

Call the application each second.

GTNF_5s 

Call the application each 5 seconds.

GTNF_10s 

Call the application each 10 seconds.

GTNF_Blink500msOn 

Call the application each second to signal time to turn on blinking led.

GTNF_Blink500msOff 

Call the application each second to signal time to turn off blinking led.