55 #ifndef FOXBMS__TEST_CAN_MPU_PROTOTYPE_QUEUE_CREATE_STUB_H_
56 #define FOXBMS__TEST_CAN_MPU_PROTOTYPE_QUEUE_CREATE_STUB_H_
63 const UBaseType_t uxQueueLength,
64 const UBaseType_t uxItemSize,
65 uint8_t *pucQueueStorage,
66 StaticQueue_t *pxStaticQueue,
67 const uint8_t ucQueueType) FREERTOS_SYSTEM_CALL;
QueueHandle_t MPU_xQueueGenericCreateStatic(const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, StaticQueue_t *pxStaticQueue, const uint8_t ucQueueType) FREERTOS_SYSTEM_CALL