Searched refs:uxQueueItemSize (Results 1 – 1 of 1) sorted by relevance
2116 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local2130 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueGenericSendImpl()2133 … if( ( !( ( pvItemToQueue == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) && in MPU_xQueueGenericSendImpl()2233 UBaseType_t uxQueueItemSize; in MPU_xQueueReceiveImpl() local2247 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueReceiveImpl()2249 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueueReceiveImpl()2284 UBaseType_t uxQueueItemSize; in MPU_xQueuePeekImpl() local2299 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueuePeekImpl()2301 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueuePeekImpl()2333 UBaseType_t uxQueueItemSize; in MPU_xQueueSemaphoreTakeImpl() local[all …]