Searched refs:configUSE_IDLE_HOOK (Results 1 – 5 of 5) sorted by relevance
88 #define configUSE_IDLE_HOOK 1 macro
138 #define configUSE_IDLE_HOOK 1 macro
97 #ifndef configUSE_IDLE_HOOK98 …#error Missing definition: configUSE_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
3964 #if ( configUSE_IDLE_HOOK == 1 ) in portTASK_FUNCTION()
2343 + Introduced configUSE_IDLE_HOOK in idle task.