Searched refs:uxQueueItemSize (Results 1 – 1 of 1) sorted by relevance
2185 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local2199 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueGenericSendImpl()2202 … if( ( !( ( pvItemToQueue == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) && in MPU_xQueueGenericSendImpl()2212 … uxQueueItemSize, in MPU_xQueueGenericSendImpl()2302 UBaseType_t uxQueueItemSize; in MPU_xQueueReceiveImpl() local2316 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueReceiveImpl()2318 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueueReceiveImpl()2325 uxQueueItemSize, in MPU_xQueueReceiveImpl()2353 UBaseType_t uxQueueItemSize; in MPU_xQueuePeekImpl() local2368 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueuePeekImpl()[all …]