Home
last modified time | relevance | path

Searched refs:xInternalEventGroupHandle (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c3895 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupWaitBitsImpl() local
3924xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupWaitBitsImpl()
3926 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupWaitBitsImpl()
3928 xReturn = xEventGroupWaitBits( xInternalEventGroupHandle, in MPU_xEventGroupWaitBitsImpl()
3950 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupClearBitsImpl() local
3964xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupClearBitsImpl()
3966 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupClearBitsImpl()
3968 xReturn = xEventGroupClearBits( xInternalEventGroupHandle, uxBitsToClear ); in MPU_xEventGroupClearBitsImpl()
3985 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSetBitsImpl() local
3999xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupSetBitsImpl()
[all …]