FreeRTOS - Task Notifications
What will be the result of the following code snippet?
uint32_t val = 5; xTaskNotify(taskHandle, val, eIncrement); // Task reads notification value after this call
What will be the result of the following code snippet?
uint32_t val = 5; xTaskNotify(taskHandle, val, eIncrement); // Task reads notification value after this call
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions