Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h221 typedef TickType_t EventBits_t; typedef
561 EventBits_t xEventGroupWaitBits(const EventGroupHandle_t xEventGroup,
562 const EventBits_t uxBitsToWaitFor,
567 EventBits_t xEventGroupSetBits(EventGroupHandle_t xEventGroup,
568 const EventBits_t uxBitsToSet);
571 const EventBits_t uxBitsToSet,
574 EventBits_t xEventGroupClearBits(EventGroupHandle_t xEventGroup,
575 const EventBits_t uxBitsToClear);
578 const EventBits_t uxBitsToClear);
580 EventBits_t xEventGroupGetBits(EventGroupHandle_t xEventGroup);
[all …]
Dtx_freertos.c2113 EventBits_t xEventGroupWaitBits(const EventGroupHandle_t xEventGroup, in xEventGroupWaitBits()
2114 const EventBits_t uxBitsToWaitFor, in xEventGroupWaitBits()
2154 EventBits_t xEventGroupSetBits(EventGroupHandle_t xEventGroup, in xEventGroupSetBits()
2155 const EventBits_t uxBitsToSet) in xEventGroupSetBits()
2178 const EventBits_t uxBitsToSet, in xEventGroupSetBitsFromISR()
2186 EventBits_t xEventGroupClearBits(EventGroupHandle_t xEventGroup, in xEventGroupClearBits()
2187 const EventBits_t uxBitsToClear) in xEventGroupClearBits()
2219 const EventBits_t uxBitsToClear) in xEventGroupClearBitsFromISR()
2226 EventBits_t xEventGroupGetBits(EventGroupHandle_t xEventGroup) in xEventGroupGetBits()
2243 EventBits_t xEventGroupGetBitsFromISR(EventGroupHandle_t xEventGroup) in xEventGroupGetBitsFromISR()