pub unsafe extern "C" fn xTimerGetTimerDaemonTaskHandle() -> TaskHandle_t
Expand description
Simply returns the handle of the timer service/daemon task. It it not valid to call xTimerGetTimerDaemonTaskHandle() before the scheduler has been started.
pub unsafe extern "C" fn xTimerGetTimerDaemonTaskHandle() -> TaskHandle_t
Simply returns the handle of the timer service/daemon task. It it not valid to call xTimerGetTimerDaemonTaskHandle() before the scheduler has been started.