ESP-IDF
esp_apptrace_rb_t::wr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_apptrace_rb_t::wr
esp_apptrace_rb_t::wr field
Syntax
Show:
Summary
Declaration
from
esp_app_trace_util.h:104
volatile
uint32_t
wr
;
Examples
References
from
examples
Code
Location
Referrer
volatile
uint32_t
wr
;
///< write pointer
esp_app_trace_util.h:104
ESP_APPTRACE_LOGD
(
"esp_apptrace_trax_down_buffer_write_nolock WRS %"
PRIu32
"-%"
PRIu32
"-%"
PRIu32
" %"
PRIu32
,
proto
->
rb_down
.
wr
,
proto
->
rb_down
.
rd
,
app_trace_membufs_proto.c:199
esp_apptrace_membufs_down_buffer_write_nolock()
uint8_t
*
ptr
=
rb
->
data
+
rb
->
wr
;
app_trace_util.c:91
esp_apptrace_rb_produce()
if
(
rb
->
rd
<=
rb
->
wr
)
{
app_trace_util.c:93
esp_apptrace_rb_produce()
if
(
rb
->
wr
+
size
>=
rb
->
size
)
{
app_trace_util.c:95
esp_apptrace_rb_produce()
if
(
rb
->
wr
+
size
==
rb
->
size
)
{
app_trace_util.c:99
esp_apptrace_rb_produce()
rb
->
wr
=
0
;
app_trace_util.c:100
esp_apptrace_rb_produce()
rb
->
cur_size
=
rb
->
wr
;
app_trace_util.c:107
esp_apptrace_rb_produce()
rb
->
wr
=
0
;
app_trace_util.c:108
esp_apptrace_rb_produce()
rb
->
wr
+=
size
;
app_trace_util.c:116
esp_apptrace_rb_produce()
rb
->
wr
+=
size
;
app_trace_util.c:119
esp_apptrace_rb_produce()
if
(
size
>
rb
->
rd
-
rb
->
wr
-
1
)
{
app_trace_util.c:123
esp_apptrace_rb_produce()
rb
->
wr
+=
size
;
app_trace_util.c:126
esp_apptrace_rb_produce()
if
(
rb
->
rd
<=
rb
->
wr
)
{
app_trace_util.c:134
esp_apptrace_rb_consume()
if
(
rb
->
rd
+
size
>
rb
->
wr
)
{
app_trace_util.c:136
esp_apptrace_rb_consume()
if
(
rb
->
rd
<=
rb
->
wr
)
{
app_trace_util.c:160
esp_apptrace_rb_read_size_get()
size
=
rb
->
wr
-
rb
->
rd
;
app_trace_util.c:162
esp_apptrace_rb_read_size_get()
if
(
rb
->
rd
<=
rb
->
wr
)
{
app_trace_util.c:173
esp_apptrace_rb_write_size_get()
size
=
rb
->
size
-
rb
->
wr
;
app_trace_util.c:175
esp_apptrace_rb_write_size_get()
size
=
rb
->
rd
-
rb
->
wr
-
1
;
app_trace_util.c:181
esp_apptrace_rb_write_size_get()
rb
->
wr
=
0
;
esp_app_trace_util.h:119
esp_apptrace_rb_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_apptrace_rb_t::wr
is written by 2 functions and is read by 5 functions:
esp_apptrace_rb_init()
esp_apptrace_rb_produce()
All items filtered out
esp_apptrace_rb_t::wr
esp_apptrace_rb_produce()
esp_apptrace_rb_consume()
esp_apptrace_rb_read_size_get()
esp_apptrace_rb_write_size_get()
esp_apptrace_membufs_down_buffer_write_nolock()
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