Lines Matching refs:QueueHandle_t
201 …#define MPU_GetQueueHandleAtIndex( lIndex ) ( QueueHandle_t ) MPU_GetHa…
2165 BaseType_t MPU_xQueueGenericSendImpl( QueueHandle_t xQueue,
2170 BaseType_t MPU_xQueueGenericSendImpl( QueueHandle_t xQueue, in MPU_xQueueGenericSendImpl()
2176 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendImpl()
2224 UBaseType_t MPU_uxQueueMessagesWaitingImpl( const QueueHandle_t pxQueue ) PRIVILEGED_FUNCTION;
2226 …UBaseType_t MPU_uxQueueMessagesWaitingImpl( const QueueHandle_t pxQueue ) /* PRIVILEGED_FUNCTION */ in MPU_uxQueueMessagesWaitingImpl()
2229 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingImpl()
2254 UBaseType_t MPU_uxQueueSpacesAvailableImpl( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2256 … UBaseType_t MPU_uxQueueSpacesAvailableImpl( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_uxQueueSpacesAvailableImpl()
2259 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueSpacesAvailableImpl()
2284 BaseType_t MPU_xQueueReceiveImpl( QueueHandle_t pxQueue,
2288 BaseType_t MPU_xQueueReceiveImpl( QueueHandle_t pxQueue, in MPU_xQueueReceiveImpl()
2293 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveImpl()
2336 BaseType_t MPU_xQueuePeekImpl( QueueHandle_t xQueue,
2340 BaseType_t MPU_xQueuePeekImpl( QueueHandle_t xQueue, in MPU_xQueuePeekImpl()
2345 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekImpl()
2388 BaseType_t MPU_xQueueSemaphoreTakeImpl( QueueHandle_t xQueue,
2391 BaseType_t MPU_xQueueSemaphoreTakeImpl( QueueHandle_t xQueue, in MPU_xQueueSemaphoreTakeImpl()
2395 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueSemaphoreTakeImpl()
2432 TaskHandle_t MPU_xQueueGetMutexHolderImpl( QueueHandle_t xSemaphore ) PRIVILEGED_FUNCTION;
2434 … TaskHandle_t MPU_xQueueGetMutexHolderImpl( QueueHandle_t xSemaphore ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGetMutexHolderImpl()
2439 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGetMutexHolderImpl()
2478 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex,
2481 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursiveImpl()
2487 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueTakeMutexRecursiveImpl()
2520 BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
2522 … BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveMutexRecursiveImpl()
2527 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveMutexRecursiveImpl()
2643 void MPU_vQueueAddToRegistryImpl( QueueHandle_t xQueue,
2646 void MPU_vQueueAddToRegistryImpl( QueueHandle_t xQueue, in MPU_vQueueAddToRegistryImpl()
2650 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueAddToRegistryImpl()
2676 void MPU_vQueueUnregisterQueueImpl( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2678 void MPU_vQueueUnregisterQueueImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_vQueueUnregisterQueueImpl()
2681 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueUnregisterQueueImpl()
2707 const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2709 const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_pcQueueGetNameImpl()
2712 QueueHandle_t xInternalQueueHandle = NULL; in MPU_pcQueueGetNameImpl()
2744 void MPU_vQueueDelete( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_vQueueDelete()
2746 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueDelete()
2766 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex()
2768 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2769 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2781 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateMutex()
2797 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
2800 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2801 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2813 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateMutexStatic()
2829 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore()
2832 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2833 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2845 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateCountingSemaphore()
2861 QueueHandle_t MPU_xQueueCreateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, in MPU_xQueueCreateCountingSemaphoreStatic()
2865 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2866 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2878 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateCountingSemaphoreStatic()
2894 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate()
2898 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2899 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2911 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueGenericCreate()
2927 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
2933 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2934 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2946 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueGenericCreateStatic()
2960 BaseType_t MPU_xQueueGenericReset( QueueHandle_t xQueue, in MPU_xQueueGenericReset()
2964 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericReset()
3047 BaseType_t MPU_xQueueGenericGetStaticBuffers( QueueHandle_t xQueue, in MPU_xQueueGenericGetStaticBuffers()
3052 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericGetStaticBuffers()
3073 BaseType_t MPU_xQueueGenericSendFromISR( QueueHandle_t xQueue, in MPU_xQueueGenericSendFromISR()
3080 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendFromISR()
3099 BaseType_t MPU_xQueueGiveFromISR( QueueHandle_t xQueue, in MPU_xQueueGiveFromISR()
3104 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveFromISR()
3123 BaseType_t MPU_xQueuePeekFromISR( QueueHandle_t xQueue, in MPU_xQueuePeekFromISR()
3128 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekFromISR()
3147 BaseType_t MPU_xQueueReceiveFromISR( QueueHandle_t xQueue, in MPU_xQueueReceiveFromISR()
3153 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveFromISR()
3172 BaseType_t MPU_xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueIsQueueEmptyFromISR()
3176 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueEmptyFromISR()
3194 BaseType_t MPU_xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueIsQueueFullFromISR()
3198 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueFullFromISR()
3217 …UBaseType_t MPU_uxQueueMessagesWaitingFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION… in MPU_uxQueueMessagesWaitingFromISR()
3221 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingFromISR()
3242 … TaskHandle_t MPU_xQueueGetMutexHolderFromISR( QueueHandle_t xSemaphore ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGetMutexHolderFromISR()
3247 QueueHandle_t xInternalSemaphoreHandle = NULL; in MPU_xQueueGetMutexHolderFromISR()