Function esp_idf_sys::pcTaskGetName

source ·
pub unsafe extern "C" fn pcTaskGetName(
    xTaskToQuery: TaskHandle_t
) -> *mut c_char
Expand description

@cond !DOC_EXCLUDE_HEADER_SECTION task. h @code{c} char *pcTaskGetName( TaskHandle_t xTaskToQuery ); @endcode @endcond

@return 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.

@cond !DOC_SINGLE_GROUP \defgroup pcTaskGetName pcTaskGetName @endcond \ingroup TaskUtils