xTimerGetTimerDaemonTaskHandle() function
TaskHandle_t xTimerGetTimerDaemonTaskHandle( void ); Simply returns the handle of the timer service/daemon task. It it not valid to call xTimerGetTimerDaemonTaskHandle() before the scheduler has been started.