Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c2180 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local
2194 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueueGenericSendImpl()
2197 … if( ( !( ( pvItemToQueue == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) && in MPU_xQueueGenericSendImpl()
2207uxQueueItemSize, in MPU_xQueueGenericSendImpl()
2297 UBaseType_t uxQueueItemSize; in MPU_xQueueReceiveImpl() local
2311 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() local
2363 uxQueueItemSize = uxQueueGetQueueItemSize( xInternalQueueHandle ); in MPU_xQueuePeekImpl()
[all …]