|
VSF Documented
|
Go to the source code of this file.
Data Structures | |
| class | StaticEventGroup_t |
Typedefs | |
| typedef uint32_t | EventBits_t |
| typedef StaticEventGroup_t * | EventGroupHandle_t |
Functions | |
| EventGroupHandle_t | xEventGroupCreate (void) |
| EventGroupHandle_t | xEventGroupCreateStatic (StaticEventGroup_t *pxEventGroupBuffer) |
| void | vEventGroupDelete (EventGroupHandle_t xEventGroup) |
| EventBits_t | xEventGroupSetBits (EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet) |
| BaseType_t | xEventGroupSetBitsFromISR (EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToSet, BaseType_t *pxHigherPriorityTaskWoken) |
| EventBits_t | xEventGroupClearBits (EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToClear) |
| BaseType_t | xEventGroupClearBitsFromISR (EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToClear) |
| EventBits_t | xEventGroupGetBits (EventGroupHandle_t xEventGroup) |
| EventBits_t | xEventGroupGetBitsFromISR (EventGroupHandle_t xEventGroup) |
| EventBits_t | xEventGroupWaitBits (EventGroupHandle_t xEventGroup, const EventBits_t uxBitsToWaitFor, const BaseType_t xClearOnExit, const BaseType_t xWaitForAllBits, TickType_t xTicksToWait) |
| typedef uint32_t EventBits_t |
| typedef StaticEventGroup_t* EventGroupHandle_t |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |