Lines Matching refs:QueueHandle_t
201 …#define MPU_GetQueueHandleAtIndex( lIndex ) ( QueueHandle_t ) MPU_GetHa…
2170 BaseType_t MPU_xQueueGenericSendImpl( QueueHandle_t xQueue,
2175 BaseType_t MPU_xQueueGenericSendImpl( QueueHandle_t xQueue, in MPU_xQueueGenericSendImpl()
2181 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendImpl()
2229 UBaseType_t MPU_uxQueueMessagesWaitingImpl( const QueueHandle_t pxQueue ) PRIVILEGED_FUNCTION;
2231 …UBaseType_t MPU_uxQueueMessagesWaitingImpl( const QueueHandle_t pxQueue ) /* PRIVILEGED_FUNCTION */ in MPU_uxQueueMessagesWaitingImpl()
2234 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingImpl()
2259 UBaseType_t MPU_uxQueueSpacesAvailableImpl( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2261 … UBaseType_t MPU_uxQueueSpacesAvailableImpl( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_uxQueueSpacesAvailableImpl()
2264 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueSpacesAvailableImpl()
2289 BaseType_t MPU_xQueueReceiveImpl( QueueHandle_t pxQueue,
2293 BaseType_t MPU_xQueueReceiveImpl( QueueHandle_t pxQueue, in MPU_xQueueReceiveImpl()
2298 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveImpl()
2341 BaseType_t MPU_xQueuePeekImpl( QueueHandle_t xQueue,
2345 BaseType_t MPU_xQueuePeekImpl( QueueHandle_t xQueue, in MPU_xQueuePeekImpl()
2350 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekImpl()
2393 BaseType_t MPU_xQueueSemaphoreTakeImpl( QueueHandle_t xQueue,
2396 BaseType_t MPU_xQueueSemaphoreTakeImpl( QueueHandle_t xQueue, in MPU_xQueueSemaphoreTakeImpl()
2400 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueSemaphoreTakeImpl()
2437 TaskHandle_t MPU_xQueueGetMutexHolderImpl( QueueHandle_t xSemaphore ) PRIVILEGED_FUNCTION;
2439 … TaskHandle_t MPU_xQueueGetMutexHolderImpl( QueueHandle_t xSemaphore ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGetMutexHolderImpl()
2444 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGetMutexHolderImpl()
2483 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex,
2486 BaseType_t MPU_xQueueTakeMutexRecursiveImpl( QueueHandle_t xMutex, in MPU_xQueueTakeMutexRecursiveImpl()
2492 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueTakeMutexRecursiveImpl()
2525 BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
2527 … BaseType_t MPU_xQueueGiveMutexRecursiveImpl( QueueHandle_t xMutex ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveMutexRecursiveImpl()
2532 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveMutexRecursiveImpl()
2648 void MPU_vQueueAddToRegistryImpl( QueueHandle_t xQueue,
2651 void MPU_vQueueAddToRegistryImpl( QueueHandle_t xQueue, in MPU_vQueueAddToRegistryImpl()
2655 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueAddToRegistryImpl()
2681 void MPU_vQueueUnregisterQueueImpl( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2683 void MPU_vQueueUnregisterQueueImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_vQueueUnregisterQueueImpl()
2686 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueUnregisterQueueImpl()
2712 const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2714 const char * MPU_pcQueueGetNameImpl( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_pcQueueGetNameImpl()
2717 QueueHandle_t xInternalQueueHandle = NULL; in MPU_pcQueueGetNameImpl()
2749 void MPU_vQueueDelete( QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_vQueueDelete()
2751 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueDelete()
2771 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex()
2773 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2774 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2786 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateMutex()
2802 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
2805 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2806 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2818 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateMutexStatic()
2834 QueueHandle_t MPU_xQueueCreateCountingSemaphore( UBaseType_t uxCountValue, in MPU_xQueueCreateCountingSemaphore()
2837 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2838 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2850 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateCountingSemaphore()
2866 QueueHandle_t MPU_xQueueCreateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, in MPU_xQueueCreateCountingSemaphoreStatic()
2870 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2871 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2883 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueCreateCountingSemaphoreStatic()
2899 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate()
2903 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2904 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2916 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueGenericCreate()
2932 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
2938 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2939 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2951 xExternalQueueHandle = ( QueueHandle_t ) CONVERT_TO_EXTERNAL_INDEX( lIndex ); in MPU_xQueueGenericCreateStatic()
2965 BaseType_t MPU_xQueueGenericReset( QueueHandle_t xQueue, in MPU_xQueueGenericReset()
2969 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericReset()
3052 BaseType_t MPU_xQueueGenericGetStaticBuffers( QueueHandle_t xQueue, in MPU_xQueueGenericGetStaticBuffers()
3057 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericGetStaticBuffers()
3078 BaseType_t MPU_xQueueGenericSendFromISR( QueueHandle_t xQueue, in MPU_xQueueGenericSendFromISR()
3085 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendFromISR()
3104 BaseType_t MPU_xQueueGiveFromISR( QueueHandle_t xQueue, in MPU_xQueueGiveFromISR()
3109 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveFromISR()
3128 BaseType_t MPU_xQueuePeekFromISR( QueueHandle_t xQueue, in MPU_xQueuePeekFromISR()
3133 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekFromISR()
3152 BaseType_t MPU_xQueueReceiveFromISR( QueueHandle_t xQueue, in MPU_xQueueReceiveFromISR()
3158 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveFromISR()
3177 BaseType_t MPU_xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueIsQueueEmptyFromISR()
3181 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueEmptyFromISR()
3199 BaseType_t MPU_xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueIsQueueFullFromISR()
3203 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueFullFromISR()
3222 …UBaseType_t MPU_uxQueueMessagesWaitingFromISR( const QueueHandle_t xQueue ) /* PRIVILEGED_FUNCTION… in MPU_uxQueueMessagesWaitingFromISR()
3226 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingFromISR()
3247 … TaskHandle_t MPU_xQueueGetMutexHolderFromISR( QueueHandle_t xSemaphore ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGetMutexHolderFromISR()
3252 QueueHandle_t xInternalSemaphoreHandle = NULL; in MPU_xQueueGetMutexHolderFromISR()