Lines Matching refs:EventBits_t
2008 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
2009 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits()
2014 EventBits_t xReturn; in MPU_xEventGroupWaitBits()
2038 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBits()
2039 … const EventBits_t uxBitsToClear ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupClearBits()
2041 EventBits_t xReturn; in MPU_xEventGroupClearBits()
2065 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBits()
2066 … const EventBits_t uxBitsToSet ) /* FREERTOS_SYSTEM_CALL */ in MPU_xEventGroupSetBits()
2068 EventBits_t xReturn; in MPU_xEventGroupSetBits()
2092 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSync()
2093 const EventBits_t uxBitsToSet, in MPU_xEventGroupSync()
2094 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSync()
2097 EventBits_t xReturn; in MPU_xEventGroupSync()