FreeRTOS
xSTATIC_STREAM_BUFFER
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xSTATIC_STREAM_BUFFER
xSTATIC_STREAM_BUFFER struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1449
typedef
struct
xSTATIC_STREAM_BUFFER
{
size_t
uxDummy1
[
4
]
;
void
*
pvDummy2
[
3
]
;
uint8_t
ucDummy3
;
#if
(
configUSE_TRACE_FACILITY
==
1
)
UBaseType_t
uxDummy4
;
#endif
#if
(
configUSE_SB_COMPLETED_CALLBACK
==
1
)
void
*
pvDummy5
[
2
]
;
#endif
portMUX_TYPE
xDummyStreamBufferLock
;
}
StaticStreamBuffer_t
;
Fields
Field
Declared as
xSTATIC_STREAM_BUFFER::uxDummy1
size_t
[
4
]
xSTATIC_STREAM_BUFFER::pvDummy2
void
*
[
3
]
xSTATIC_STREAM_BUFFER::ucDummy3
uint8_t
xSTATIC_STREAM_BUFFER::uxDummy4
UBaseType_t
xSTATIC_STREAM_BUFFER::xDummyStreamBufferLock
portMUX_TYPE
Related Functions
Found 2 other functions taking a
xSTATIC_STREAM_BUFFER
argument:
Function
Description
xStreamBufferGetStaticBuffers()
Retrieve pointers to a statically created stream buffer's data structure buffer and storage area buffer. These are the same buffers that are supplied at the time of creation.
xStreamBufferGenericCreateStatic()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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