Searched refs:uxQueueItemSize (Results 1 – 1 of 1) sorted by relevance
2180 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local2194 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueGenericSendImpl()2197 … if( ( !( ( pvItemToQueue == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) && in MPU_xQueueGenericSendImpl()2207 … uxQueueItemSize, in MPU_xQueueGenericSendImpl()2297 UBaseType_t uxQueueItemSize; in MPU_xQueueReceiveImpl() local2311 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueReceiveImpl()2313 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueueReceiveImpl()2320 uxQueueItemSize, in MPU_xQueueReceiveImpl()2348 UBaseType_t uxQueueItemSize; in MPU_xQueuePeekImpl() local2363 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueuePeekImpl()[all …]