Searched refs:configUSE_IDLE_HOOK (Results 1 – 6 of 6) sorted by relevance
92 #define configUSE_IDLE_HOOK 0 macro
333 #define configUSE_IDLE_HOOK 0 macro
1948 #if ( configUSE_IDLE_HOOK == 1 )
177 #ifndef configUSE_IDLE_HOOK178 …#error Missing definition: configUSE_IDLE_HOOK must be defined in FreeRTOSConfig.h as either 1 or…
5808 #if ( configUSE_IDLE_HOOK == 1 ) in portTASK_FUNCTION()
2855 + Introduced configUSE_IDLE_HOOK in idle task.