pub unsafe extern "C" fn xTaskGetTickCount() -> u32
Expand description

task. h @code{c} TickType_t xTaskGetTickCount( void ); @endcode

@return The count of ticks since vTaskStartScheduler was called.

\defgroup xTaskGetTickCount xTaskGetTickCount \ingroup TaskUtils