ESP-IDF
esp_apptrace_rb_produce()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_apptrace_rb_produce()
esp_apptrace_rb_produce() function
Allocates memory chunk in ring buffer.
Syntax
Show:
Summary
Declaration
Definition
from
esp_app_trace_util.h:130
uint8_t
*
esp_apptrace_rb_produce
(
esp_apptrace_rb_t
*
rb
,
uint32_t
size
)
;
Implemented in
app_trace_util.c:89
Arguments
Argument
Description
rb
Pointer to ring buffer structure.
size
Size of the memory to allocate.
Return value
Pointer to the allocated memory or NULL in case of failure.
Related Functions
Found 4 other functions taking a
esp_apptrace_rb_t
argument:
Function
Description
esp_apptrace_rb_init()
Initializes ring buffer control structure.
esp_apptrace_rb_consume()
Consumes memory chunk in ring buffer.
esp_apptrace_rb_read_size_get()
Gets size of memory which can consumed with single call to esp_apptrace_rb_consume().
esp_apptrace_rb_write_size_get()
Gets size of memory which can produced with single call to esp_apptrace_rb_produce().
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