FreeRTOS
xStreamBufferGenericCreateStatic()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xStreamBufferGenericCreateStatic()
xStreamBufferGenericCreateStatic() function
Syntax
Show:
Summary
Declaration
Definition
from
stream_buffer.h:819
StreamBufferHandle_t
xStreamBufferGenericCreateStatic
(
size_t
xBufferSizeBytes
,
size_t
xTriggerLevelBytes
,
BaseType_t
xIsMessageBuffer
,
uint8_t
*
const
pucStreamBufferStorageArea
,
StaticStreamBuffer_t
*
const
pxStaticStreamBuffer
,
StreamBufferCallbackFunction_t
pxSendCompletedCallback
,
StreamBufferCallbackFunction_t
pxReceiveCompletedCallback
)
;
Implemented in
stream_buffer.c:411
Arguments
Argument
Declared as
xBufferSizeBytes
size_t
xTriggerLevelBytes
size_t
xIsMessageBuffer
BaseType_t
pucStreamBufferStorageArea
uint8_t
*
const
pxStaticStreamBuffer
StaticStreamBuffer_t
*
const
pxSendCompletedCallback
StreamBufferCallbackFunction_t
pxReceiveCompletedCallback
StreamBufferCallbackFunction_t
Examples
References
from
examples
Code
Location
Referrer
StreamBufferHandle_t
xStreamBufferGenericCreateStatic
(
size_t
xBufferSizeBytes
,
stream_buffer.c:411
StreamBufferHandle_t
xStreamBufferGenericCreateStatic
(
size_t
xBufferSizeBytes
,
stream_buffer.h:819
xStreamBuffer
=
(
StreamBufferHandle_t
)
xMessageBufferCreateStatic
(
xBufferSizeBytes
,
pucStreamBufferStorageArea
,
pxStaticStreamBuffer
)
;
idf_additions.c:360
xStreamBufferGenericCreateWithCaps()
xStreamBuffer
=
xStreamBufferCreateStatic
(
xBufferSizeBytes
,
xTriggerLevelBytes
,
pucStreamBufferStorageArea
,
pxStaticStreamBuffer
)
;
idf_additions.c:364
xStreamBufferGenericCreateWithCaps()
Call Tree
from
examples
xStreamBufferGenericCreateStatic()
is called by 1 function and calls 4 functions:
xStreamBufferGenericCreateWithCaps()
All items filtered out
xStreamBufferGenericCreateStatic()
spinlock_initialize()
__assert_func()
prvInitialiseNewStreamBuffer()
SEGGER_SYSVIEW_RecordU32x2()
All items filtered out
Data Use
from
examples
xStreamBufferGenericCreateStatic()
reads 2 variables and writes 1 variable:
StreamBufferDef_t::ucFlags
StreamBufferDef_t::xStreamBufferLock
All items filtered out
xStreamBufferGenericCreateStatic()
StreamBufferDef_t::ucFlags
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out