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

task. h ``` TickType_t xTaskGetTickCount( void );

Returns:

  • The count of ticks since vTaskStartScheduler was called.