pub unsafe extern "C" fn xTaskGetTickCount() -> TickType_t
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