Searched refs:xInternalEventGroupHandle (Results 1 – 1 of 1) sorted by relevance
3902 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupWaitBitsImpl() local3931 … xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupWaitBitsImpl()3933 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupWaitBitsImpl()3935 xReturn = xEventGroupWaitBits( xInternalEventGroupHandle, in MPU_xEventGroupWaitBitsImpl()3961 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupClearBitsImpl() local3975 … xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupClearBitsImpl()3977 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupClearBitsImpl()3979 … xReturn = xEventGroupClearBits( xInternalEventGroupHandle, uxBitsToClear ); in MPU_xEventGroupClearBitsImpl()4000 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSetBitsImpl() local4014 … xInternalEventGroupHandle = MPU_GetEventGroupHandleAtIndex( CONVERT_TO_INTERNAL_INDEX( lIndex ) ); in MPU_xEventGroupSetBitsImpl()[all …]