EventBits_t is only used within threadx.
 
Symbols
loading...
Files
loading...

EventBits_t

Syntax

typedef TickType_t EventBits_t;

References

LocationReferrerScopeText
FreeRTOS.h:221
typedef TickType_t EventBits_t;
FreeRTOS.h:561xEventGroupWaitBits()
FreeRTOS.h:562xEventGroupWaitBits()::uxBitsToWaitForxEventGroupWaitBits()
const EventBits_t uxBitsToWaitFor,
FreeRTOS.h:567xEventGroupSetBits()
FreeRTOS.h:568xEventGroupSetBits()::uxBitsToSetxEventGroupSetBits()
const EventBits_t uxBitsToSet);
FreeRTOS.h:571xEventGroupSetBitsFromISR()::uxBitsToSetxEventGroupSetBitsFromISR()
const EventBits_t uxBitsToSet,
FreeRTOS.h:574xEventGroupClearBits()
FreeRTOS.h:575xEventGroupClearBits()::uxBitsToClearxEventGroupClearBits()
const EventBits_t uxBitsToClear);
FreeRTOS.h:578xEventGroupClearBitsFromISR()::uxBitsToClearxEventGroupClearBitsFromISR()
const EventBits_t uxBitsToClear);
FreeRTOS.h:580xEventGroupGetBits()
FreeRTOS.h:582xEventGroupGetBitsFromISR()
tx_freertos.c:2086xEventGroupWaitBits()
tx_freertos.c:2087xEventGroupWaitBits()
const EventBits_t uxBitsToWaitFor,
tx_freertos.c:2127xEventGroupSetBits()
tx_freertos.c:2128xEventGroupSetBits()
const EventBits_t uxBitsToSet)
tx_freertos.c:2151xEventGroupSetBitsFromISR()
const EventBits_t uxBitsToSet,
tx_freertos.c:2159xEventGroupClearBits()
tx_freertos.c:2160xEventGroupClearBits()
const EventBits_t uxBitsToClear)
tx_freertos.c:2192xEventGroupClearBitsFromISR()
const EventBits_t uxBitsToClear)
tx_freertos.c:2199xEventGroupGetBits()
tx_freertos.c:2216xEventGroupGetBitsFromISR()