MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
Main Page
Related Pages
API Reference
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
pcTaskGetName
task. h
char *pcTaskGetName( TaskHandle_t xTaskToQuery );
Returns
The text (human readable) name of the task referenced by the handle xTaskToQuery. A task can query its own name by either passing in its own handle, or by setting xTaskToQuery to NULL.
© 2016 NXP Semiconductors. All rights reserved.