FreeRTOS - Interrupt Management
Which of the following is the correct way to declare a variable to track if a higher priority task was woken inside an ISR?
?Which of the following is the correct way to declare a variable to track if a higher priority task was woken inside an ISR?
?BaseType_t for portability and defines pdFALSE and pdTRUE for boolean values.pdFALSE to indicate no task was woken yet.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions