ESP-IDF
+
0
/2 examples
SourceVu will show references to
ESP_APPTRACE_TMO_INFINITE
from the following samples and libraries:
app_trace_basic sample
app_trace_to_plot sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_TMO_INFINITE
ESP_APPTRACE_TMO_INFINITE macro
Syntax
Show:
Summary
Declaration
from
esp_app_trace_util.h:18
#define
ESP_APPTRACE_TMO_INFINITE
(
(
uint32_t
)
-
1
)
Examples
ESP_APPTRACE_TMO_INFINITE
is referenced by 2 libraries and example projects:
app_trace_basic sample
app_trace_to_plot sample
References
from
0/2
examples
Code
Location
#define
ESP_APPTRACE_TMO_INFINITE
(
(
uint32_t
)
-
1
)
esp_app_trace_util.h:18
#define
SEGGER_LOCK_WAIT_TMO
ESP_APPTRACE_TMO_INFINITE
SEGGER_SYSVIEW_Config_FreeRTOS.c:148
if
(
tmo
->
tmo
!=
ESP_APPTRACE_TMO_INFINITE
)
app_trace_membufs_proto.c:363
tmo
->
tmo
=
user_tmo
==
ESP_APPTRACE_TMO_INFINITE
?
(
int64_t
)
-
1
:
(
int64_t
)
user_tmo
;
esp_app_trace_util.h:40
return
tmo
->
tmo
!=
(
int64_t
)
-
1
?
(
tmo
->
elapsed
-
tmo
->
tmo
)
:
ESP_APPTRACE_TMO_INFINITE
;
esp_app_trace_util.h:55
SEGGER_RTT_ESP_Flush
(
0
,
ESP_APPTRACE_TMO_INFINITE
)
;
heap_trace_module.c:55
uint8_t
*
ptr
=
esp_apptrace_buffer_get
(
dest
,
sizeof
(
*
hdr
)
+
args_len
,
ESP_APPTRACE_TMO_INFINITE
)
;
//TODO: finite tmo
host_file_io.c:88
ret
=
esp_apptrace_buffer_put
(
dest
,
ptr
,
ESP_APPTRACE_TMO_INFINITE
)
;
//TODO: finite tmo
host_file_io.c:100
ret
=
esp_apptrace_flush
(
dest
,
ESP_APPTRACE_TMO_INFINITE
)
;
//TODO: finite tmo
host_file_io.c:106
esp_err_t
ret
=
esp_apptrace_read
(
dest
,
buf
+
tot_rd
,
&
rd_size
,
ESP_APPTRACE_TMO_INFINITE
)
;
//TODO: finite tmo
host_file_io.c:120
#define
APPTRACE_ONPANIC_HOST_FLUSH_TMO
ESP_APPTRACE_TMO_INFINITE
panic.c:49
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out