Header file of Error Codes returned by the Timer Library. More...
Go to the source code of this file.
Macros | |
| #define | CL_TIMER_ERR_INVALID_TIMER 0x100 |
| (0x100) The timer is either already freed, or in a state that makes this operation invalid. | |
| #define | CL_TIMER_ERR_INVALID_TIMER_CONTEXT_TYPE 0x103 |
| (0x103) The timer context (CL_TIMER_TASK_CONTEXT, or CL_TIMER_SEPARATE_CONTEXT) was set incorrectly. | |
| #define | CL_TIMER_ERR_INVALID_TIMER_TYPE 0x102 |
| (0x102) The timer type (one-shot or repetitive) was set incorrectly. | |
| #define | CL_TIMER_ERR_NULL_TIMER_CALLBACK 0x104 |
| (0x104) The timer was created without a callback function. | |
Header file of Error Codes returned by the Timer Library.