Function flipper0::ffi::pcTaskGetName

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

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

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

\defgroup pcTaskGetName pcTaskGetName \ingroup TaskUtils