FreeRTOS - Task Scheduling
Which of the following is the correct way to enable the idle hook in FreeRTOS?
#define configUSE_IDLE_HOOK ???
Which of the following is the correct way to enable the idle hook in FreeRTOS?
#define configUSE_IDLE_HOOK ???
configUSE_IDLE_HOOK enables or disables the idle hook feature.configUSE_IDLE_HOOK to 1 enables the idle hook; 0 disables it.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions