Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c3817 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupWaitBitsImpl() local
3846xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupWaitBitsImpl()
3848 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupWaitBitsImpl()
3850 xReturn = xEventGroupWaitBits( xInternalEventGroupHandle, in MPU_xEventGroupWaitBitsImpl()
3872 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupClearBitsImpl() local
3886xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupClearBitsImpl()
3888 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupClearBitsImpl()
3890 xReturn = xEventGroupClearBits( xInternalEventGroupHandle, uxBitsToClear ); in MPU_xEventGroupClearBitsImpl()
3907 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSetBitsImpl() local
3921xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupSetBitsImpl()
[all …]