FreeRTOS - Task Notifications
Which of the following is the correct way to notify a task using FreeRTOS API?
xTaskNotify() is used to send a notification value to a task.xTaskNotify() takes the task handle, a value, and an action (e.g., eSetBits) to modify the notification value.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions