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

@cond !DOC_EXCLUDE_HEADER_SECTION task. h @code{c} TickType_t xTaskGetTickCount( void ); @endcode @endcond

@return The count of ticks since vTaskStartScheduler was called.

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