FreeRTOS + 0/1 examples
SourceVu will show references to tmrTimerControl from the following samples and libraries:
 
Symbols
loading...
Files
loading (1/2)...
SummarySyntaxRelatedExamplesReferencesInstancesLifecycle

Fields

Field
Declared as
Description
const char *
Text name. This is not used by the kernel, it is included simply to make debugging easier.
Standard linked list item as used by all kernel features for event management.
How quickly and often the timer expires.
void *
An ID to identify the timer. This allows the timer to be identified when the same callback is used for multiple timers.
The function that will be called when the timer expires.
An ID assigned by trace tools such as FreeRTOS+Trace.
uint8_t
Holds bits to say if the timer was statically allocated or not, and if it is active or not.

References

from 0/1 examples