FreeRTOS - Design Patterns for RTOS
You want to design a system where Task A waits for either event bit 0x01 or 0x02 to be set by Task B without clearing them on exit. Which call to
xEventGroupWaitBits() achieves this?