firmware
IEM Firmware Documentation
|
Clear bits within an event group. This function cannot be called from an interrupt.
The configUSE_EVENT_GROUPS configuration constant must be set to 1 for xEventGroupClearBits() to be available.
xEventGroup | The event group in which the bits are to be cleared. |
uxBitsToClear | A bitwise value that indicates the bit or bits to clear in the event group. For example, to clear bit 3 only, set uxBitsToClear to 0x08. To clear bit 3 and bit 0 set uxBitsToClear to 0x09. |
Example usage: