Lines Matching refs:EventBits_t
113 typedef TickType_t EventBits_t; typedef
328 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
329 const EventBits_t uxBitsToWaitFor,
392 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup,
393 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
457 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
538 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
539 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION;
615 const EventBits_t uxBitsToSet,
749 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup,
750 const EventBits_t uxBitsToSet,
751 const EventBits_t uxBitsToWaitFor,
794 EventBits_t xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) PRIVILEGED_FUNCTION;