pcTimerGetName() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

pcTimerGetName() function

const char * const pcTimerGetName( TimerHandle_t xTimer ); Returns the name that was assigned to a timer when the timer was created.

Syntax

const char * pcTimerGetName( TimerHandle_t xTimer ) PRIVILEGED_FUNCTION;
Implemented in timers.c:498

Arguments

xTimer

The handle of the timer being queried.

Return value

The name assigned to the timer specified by the xTimer parameter.

References

LocationReferrerText
timers.c:498
const char * pcTimerGetName( TimerHandle_t xTimer ) /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
timers.h:1232
const char * pcTimerGetName( TimerHandle_t xTimer ) PRIVILEGED_FUNCTION; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
mpu_wrappers.c:1076MPU_pcTimerGetName()
pcReturn = pcTimerGetName( xTimer );

Call Tree

Functions calling pcTimerGetName()
Functions called by pcTimerGetName()
all items filtered out
pcTimerGetName()
all items filtered out
Data read by pcTimerGetName()
pcTimerGetName()::pxTimer
all items filtered out
pcTimerGetName()
Type of pcTimerGetName()
pcTimerGetName()
all items filtered out