Lines Matching refs:EventBits_t
3792 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
3793 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits()
3798 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBits()
3812 …EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) PRIVILEGED…
3814 …EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) /* PRIVILE… in MPU_xEventGroupWaitBitsImpl()
3816 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBitsImpl()
3865 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup,
3866 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
3868 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBitsImpl()
3869 … const EventBits_t uxBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupClearBitsImpl()
3871 EventBits_t xReturn = 0; in MPU_xEventGroupClearBitsImpl()
3900 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup,
3901 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION;
3903 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBitsImpl()
3904 … const EventBits_t uxBitsToSet ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsImpl()
3906 EventBits_t xReturn = 0; in MPU_xEventGroupSetBitsImpl()
3935 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup,
3936 const EventBits_t uxBitsToSet,
3937 const EventBits_t uxBitsToWaitFor,
3940 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSyncImpl()
3941 const EventBits_t uxBitsToSet, in MPU_xEventGroupSyncImpl()
3942 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSyncImpl()
3945 EventBits_t xReturn = 0; in MPU_xEventGroupSyncImpl()
4163 … const EventBits_t uxBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupClearBitsFromISR()
4190 const EventBits_t uxBitsToSet, in MPU_xEventGroupSetBitsFromISR()
4215 …EventBits_t MPU_xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) /* PRIVILEGED_FUNCTION… in MPU_xEventGroupGetBitsFromISR()
4217 EventBits_t xReturn = 0; in MPU_xEventGroupGetBitsFromISR()