tmrTimerControl::pcTimerName is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

tmrTimerControl::pcTimerName field

Syntax

const char *pcTimerName;

References

LocationReferrerText
timers.c:75
const char *pcTimerName; /*<< Text name. This is not used by the kernel, it is included simply to make debugging easier. */ /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
timers.c:367prvInitialiseNewTimer()
pxNewTimer->pcTimerName = pcTimerName;
timers.c:503pcTimerGetName()
return pxTimer->pcTimerName;

Data Use

Functions writing tmrTimerControl::pcTimerName
Functions reading tmrTimerControl::pcTimerName
all items filtered out
tmrTimerControl::pcTimerName
all items filtered out