Lines Matching refs:EventBits_t
3899 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in MPU_xEventGroupWaitBits()
3900 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupWaitBits()
3905 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBits()
3919 …EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) PRIVILEGED…
3921 …EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) /* PRIVILE… in MPU_xEventGroupWaitBitsImpl()
3923 EventBits_t xReturn = 0; in MPU_xEventGroupWaitBitsImpl()
3976 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup,
3977 … const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
3979 EventBits_t MPU_xEventGroupClearBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupClearBitsImpl()
3980 … const EventBits_t uxBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupClearBitsImpl()
3982 EventBits_t xReturn = 0; in MPU_xEventGroupClearBitsImpl()
4015 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup,
4016 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION;
4018 EventBits_t MPU_xEventGroupSetBitsImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSetBitsImpl()
4019 … const EventBits_t uxBitsToSet ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsImpl()
4021 EventBits_t xReturn = 0; in MPU_xEventGroupSetBitsImpl()
4054 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup,
4055 const EventBits_t uxBitsToSet,
4056 const EventBits_t uxBitsToWaitFor,
4059 EventBits_t MPU_xEventGroupSyncImpl( EventGroupHandle_t xEventGroup, in MPU_xEventGroupSyncImpl()
4060 const EventBits_t uxBitsToSet, in MPU_xEventGroupSyncImpl()
4061 const EventBits_t uxBitsToWaitFor, in MPU_xEventGroupSyncImpl()
4064 EventBits_t xReturn = 0; in MPU_xEventGroupSyncImpl()
4288 … const EventBits_t uxBitsToClear ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupClearBitsFromISR()
4315 const EventBits_t uxBitsToSet, in MPU_xEventGroupSetBitsFromISR()
4342 …EventBits_t MPU_xEventGroupGetBitsFromISR( EventGroupHandle_t xEventGroup ) /* PRIVILEGED_FUNCTION… in MPU_xEventGroupGetBitsFromISR()
4344 EventBits_t xReturn = 0; in MPU_xEventGroupGetBitsFromISR()