ESP-IDF
esp_dbg_stub_gcov_entry()
is only used within ESP-IDF.
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_dbg_stub_gcov_entry()
esp_dbg_stub_gcov_entry() function
Triggers gcov info dump task This function is to be called by OpenOCD, not by normal user code. TODO: what about interrupted flash access (when cache disabled)
Syntax
Show:
Summary
Declaration
from
gcov_rtio.c:96
static
int
esp_dbg_stub_gcov_entry
(
void
)
;
Return value
ESP_OK on success, otherwise see esp_err_t
Examples
References
from
examples
Code
Location
Referrer
static
int
esp_dbg_stub_gcov_entry
(
void
)
gcov_rtio.c:96
esp_dbg_stub_entry_set
(
ESP_DBG_STUB_ENTRY_GCOV
,
(
uint32_t
)
&
esp_dbg_stub_gcov_entry
)
;
gcov_rtio.c:112
gcov_rtio_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_dbg_stub_gcov_entry()
writes 1 variable:
All items filtered out
esp_dbg_stub_gcov_entry()
s_create_gcov_task
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