Lines Matching refs:EventBits_t
113 typedef TickType_t EventBits_t; typedef
319 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
320 const EventBits_t uxBitsToWaitFor,
380 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup,
381 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
445 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
523 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
524 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION;
600 const EventBits_t uxBitsToSet,
731 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup,
732 const EventBits_t uxBitsToSet,
733 const EventBits_t uxBitsToWaitFor,
770 EventBits_t xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) PRIVILEGED_FUNCTION;