Home
last modified time | relevance | path

Searched refs:EventBits_t (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h220 typedef TickType_t EventBits_t; typedef
560 EventBits_t xEventGroupWaitBits(const EventGroupHandle_t xEventGroup,
561 const EventBits_t uxBitsToWaitFor,
566 EventBits_t xEventGroupSetBits(EventGroupHandle_t xEventGroup,
567 const EventBits_t uxBitsToSet);
570 const EventBits_t uxBitsToSet,
573 EventBits_t xEventGroupClearBits(EventGroupHandle_t xEventGroup,
574 const EventBits_t uxBitsToClear);
577 const EventBits_t uxBitsToClear);
579 EventBits_t xEventGroupGetBits(EventGroupHandle_t xEventGroup);
[all …]
Dtx_freertos.c2123 EventBits_t xEventGroupWaitBits(const EventGroupHandle_t xEventGroup, in xEventGroupWaitBits()
2124 const EventBits_t uxBitsToWaitFor, in xEventGroupWaitBits()
2164 EventBits_t xEventGroupSetBits(EventGroupHandle_t xEventGroup, in xEventGroupSetBits()
2165 const EventBits_t uxBitsToSet) in xEventGroupSetBits()
2188 const EventBits_t uxBitsToSet, in xEventGroupSetBitsFromISR()
2196 EventBits_t xEventGroupClearBits(EventGroupHandle_t xEventGroup, in xEventGroupClearBits()
2197 const EventBits_t uxBitsToClear) in xEventGroupClearBits()
2229 const EventBits_t uxBitsToClear) in xEventGroupClearBitsFromISR()
2236 EventBits_t xEventGroupGetBits(EventGroupHandle_t xEventGroup) in xEventGroupGetBits()
2253 EventBits_t xEventGroupGetBitsFromISR(EventGroupHandle_t xEventGroup) in xEventGroupGetBitsFromISR()