Lines Matching refs:EventBits_t

3877         EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup,  in MPU_xEventGroupWaitBits()
3878 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits()
3883 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBits()
3897EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) PRIVILEGED…
3899EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) /* PRIVILE… in MPU_xEventGroupWaitBitsImpl()
3901 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBitsImpl()
3954 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup,
3955 … const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
3957 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBitsImpl()
3958 … const EventBits_t uxBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupClearBitsImpl()
3960 EventBits_t xReturn = 0; in MPU_xEventGroupClearBitsImpl()
3993 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup,
3994 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION;
3996 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBitsImpl()
3997 … const EventBits_t uxBitsToSet ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsImpl()
3999 EventBits_t xReturn = 0; in MPU_xEventGroupSetBitsImpl()
4032 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup,
4033 const EventBits_t uxBitsToSet,
4034 const EventBits_t uxBitsToWaitFor,
4037 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSyncImpl()
4038 const EventBits_t uxBitsToSet, in MPU_xEventGroupSyncImpl()
4039 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSyncImpl()
4042 EventBits_t xReturn = 0; in MPU_xEventGroupSyncImpl()
4266 … const EventBits_t uxBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupClearBitsFromISR()
4293 const EventBits_t uxBitsToSet, in MPU_xEventGroupSetBitsFromISR()
4320EventBits_t MPU_xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) /* PRIVILEGED_FUNCTION… in MPU_xEventGroupGetBitsFromISR()
4322 EventBits_t xReturn = 0; in MPU_xEventGroupGetBitsFromISR()