Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dstream_buffer.c333 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/
Dstream_buffer.h1251 BaseType_t xStreamBufferType,
1258 BaseType_t xStreamBufferType,
Dmpu_prototypes.h360 BaseType_t xStreamBufferType,
365 BaseType_t xStreamBufferType,
DFreeRTOS.h985 #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/
Dmpu_wrappers.c2407 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()
Dmpu_wrappers_v2.c4665 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
4746xStreamBufferType, in MPU_xStreamBufferGenericCreateStatic()
4765 traceSTREAM_BUFFER_CREATE_STATIC_FAILED( xReturn, xStreamBufferType ); in MPU_xStreamBufferGenericCreateStatic()