Searched refs:xStreamBufferType (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | stream_buffer.c | 333 BaseType_t xStreamBufferType, in xStreamBufferGenericCreate() argument 340 …R_xStreamBufferGenericCreate( xBufferSizeBytes, xTriggerLevelBytes, xStreamBufferType, pxSendCompl… in xStreamBufferGenericCreate() 346 if( xStreamBufferType == sbTYPE_MESSAGE_BUFFER ) in xStreamBufferGenericCreate() 352 else if( xStreamBufferType == sbTYPE_STREAM_BATCHING_BUFFER ) in xStreamBufferGenericCreate() 408 … traceSTREAM_BUFFER_CREATE( ( ( StreamBuffer_t * ) pvAllocatedMemory ), xStreamBufferType ); in xStreamBufferGenericCreate() 412 traceSTREAM_BUFFER_CREATE_FAILED( xStreamBufferType ); in xStreamBufferGenericCreate() 429 BaseType_t xStreamBufferType, in xStreamBufferGenericCreateStatic() argument 442 …eamBufferGenericCreateStatic( xBufferSizeBytes, xTriggerLevelBytes, xStreamBufferType, pucStreamBu… in xStreamBufferGenericCreateStatic() 460 if( xStreamBufferType == sbTYPE_MESSAGE_BUFFER ) in xStreamBufferGenericCreateStatic() 466 else if( xStreamBufferType == sbTYPE_STREAM_BATCHING_BUFFER ) in xStreamBufferGenericCreateStatic() [all …]
|
/Kernel-v11.1.0/include/ |
D | stream_buffer.h | 1251 BaseType_t xStreamBufferType, 1258 BaseType_t xStreamBufferType,
|
D | mpu_prototypes.h | 360 BaseType_t xStreamBufferType, 365 BaseType_t xStreamBufferType,
|
D | FreeRTOS.h | 985 #define traceSTREAM_BUFFER_CREATE_FAILED( xStreamBufferType ) argument 989 #define traceSTREAM_BUFFER_CREATE_STATIC_FAILED( xReturn, xStreamBufferType ) argument 993 #define traceSTREAM_BUFFER_CREATE( pxStreamBuffer, xStreamBufferType ) argument 2405 …R_xStreamBufferGenericCreate( xBufferSizeBytes, xTriggerLevelBytes, xStreamBufferType, pxSendCompl… argument 2413 …eamBufferGenericCreateStatic( xBufferSizeBytes, xTriggerLevelBytes, xStreamBufferType, pucStreamBu… argument
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 2407 BaseType_t xStreamBufferType, in MPU_xStreamBufferGenericCreate() argument 2430 xStreamBufferType, in MPU_xStreamBufferGenericCreate() 2442 xStreamBufferType, in MPU_xStreamBufferGenericCreate() 2449 traceSTREAM_BUFFER_CREATE_FAILED( xStreamBufferType ); in MPU_xStreamBufferGenericCreate() 2461 BaseType_t xStreamBufferType, in MPU_xStreamBufferGenericCreateStatic() argument 2486 xStreamBufferType, in MPU_xStreamBufferGenericCreateStatic() 2500 xStreamBufferType, in MPU_xStreamBufferGenericCreateStatic() 2509 traceSTREAM_BUFFER_CREATE_STATIC_FAILED( xReturn, xStreamBufferType ); in MPU_xStreamBufferGenericCreateStatic()
|
D | mpu_wrappers_v2.c | 4665 BaseType_t xStreamBufferType, in MPU_xStreamBufferGenericCreate() argument 4689 xStreamBufferType, in MPU_xStreamBufferGenericCreate() 4706 traceSTREAM_BUFFER_CREATE_FAILED( xStreamBufferType ); in MPU_xStreamBufferGenericCreate() 4720 BaseType_t xStreamBufferType, in MPU_xStreamBufferGenericCreateStatic() argument 4746 … xStreamBufferType, in MPU_xStreamBufferGenericCreateStatic() 4765 traceSTREAM_BUFFER_CREATE_STATIC_FAILED( xReturn, xStreamBufferType ); in MPU_xStreamBufferGenericCreateStatic()
|