FreeRTOS
xStreamBufferGenericCreateWithCaps()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xStreamBufferGenericCreateWithCaps()
xStreamBufferGenericCreateWithCaps() function
@cond
Syntax
Show:
Summary
Declaration
Definition
from
idf_additions.h:506
StreamBufferHandle_t
xStreamBufferGenericCreateWithCaps
(
size_t
xBufferSizeBytes
,
size_t
xTriggerLevelBytes
,
BaseType_t
xIsMessageBuffer
,
UBaseType_t
uxMemoryCaps
)
;
Implemented in
idf_additions.c:338
Arguments
Argument
xBufferSizeBytes
xTriggerLevelBytes
xIsMessageBuffer
uxMemoryCaps
Examples
References
from
examples
Code
Location
Referrer
StreamBufferHandle_t
xStreamBufferGenericCreateWithCaps
(
size_t
xBufferSizeBytes
,
idf_additions.c:338
StreamBufferHandle_t
xStreamBufferGenericCreateWithCaps
(
size_t
xBufferSizeBytes
,
idf_additions.h:506
return
xStreamBufferGenericCreateWithCaps
(
xBufferSizeBytes
,
xTriggerLevelBytes
,
pdFALSE
,
uxMemoryCaps
)
;
idf_additions.h:538
xStreamBufferCreateWithCaps()
return
(
MessageBufferHandle_t
)
xStreamBufferGenericCreateWithCaps
(
xBufferSizeBytes
,
(
size_t
)
0
,
pdTRUE
,
uxMemoryCaps
)
;
idf_additions.h:578
xMessageBufferCreateWithCaps()
Call Tree
from
examples
xStreamBufferGenericCreateWithCaps()
is called by 2 functions and calls 3 functions:
xStreamBufferCreateWithCaps()
xMessageBufferCreateWithCaps()
All items filtered out
xStreamBufferGenericCreateWithCaps()
heap_caps_malloc()
heap_caps_free()
xStreamBufferGenericCreateStatic()
All items filtered out
Data Use
from
examples
xStreamBufferGenericCreateWithCaps()
:
All items filtered out
xStreamBufferGenericCreateWithCaps()
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