It contains the timer library configuration information. More...
#include <clTimerApi.h>
Public Attributes | |
| ClUint32T | timerResolution |
| Timer resolution in milliseconds. | |
| ClUint32T | timerTaskPriority |
| Timer task priority. | |
It contains the timer library configuration information.
It specifies the resolution of the timer and the priority of the timer library's task.
| ClUint32T ClTimerConfigT::timerResolution |
Timer resolution in milliseconds.
It cannot be less than 10ms. The default is 10 milliseconds.
| ClUint32T ClTimerConfigT::timerTaskPriority |
Timer task priority.
This value can vary between 1 and 160. The default value is 150.