FreeRTOS - Task Notifications
Which of the following is the correct syntax to send a notification with a value using xTaskNotify()?
BaseType_t xTaskNotify( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction );
Which of the following is the correct syntax to send a notification with a value using xTaskNotify()?
BaseType_t xTaskNotify( TaskHandle_t xTaskToNotify, uint32_t ulValue, eNotifyAction eAction );
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions