Searched refs:configUSE_IDLE_HOOK (Results 1 – 6 of 6) sorted by relevance
92 #define configUSE_IDLE_HOOK 0 macro
312 #define configUSE_IDLE_HOOK 0 macro
1947 #if ( configUSE_IDLE_HOOK == 1 )
173 #ifndef configUSE_IDLE_HOOK174 …#error Missing definition: configUSE_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
5847 #if ( configUSE_IDLE_HOOK == 1 ) in portTASK_FUNCTION()
2778 + Introduced configUSE_IDLE_HOOK in idle task.