ESP-IDF
esp_apptrace_hw_t
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_apptrace_hw_t
esp_apptrace_hw_t struct
Apptrace HW interface.
Syntax
Show:
Summary
Declaration
from
esp_app_trace_port.h:17
typedef
struct
{
esp_err_t
(
*
init
)
(
void
*
hw_data
)
;
uint8_t
*
(
*
get_up_buffer
)
(
void
*
hw_data
,
uint32_t
,
esp_apptrace_tmo_t
*
)
;
esp_err_t
(
*
put_up_buffer
)
(
void
*
hw_data
,
uint8_t
*
,
esp_apptrace_tmo_t
*
)
;
esp_err_t
(
*
flush_up_buffer_nolock
)
(
void
*
hw_data
,
uint32_t
,
esp_apptrace_tmo_t
*
)
;
esp_err_t
(
*
flush_up_buffer
)
(
void
*
hw_data
,
esp_apptrace_tmo_t
*
)
;
void
(
*
down_buffer_config
)
(
void
*
hw_data
,
uint8_t
*
buf
,
uint32_t
size
)
;
uint8_t
*
(
*
get_down_buffer
)
(
void
*
hw_data
,
uint32_t
*
,
esp_apptrace_tmo_t
*
)
;
esp_err_t
(
*
put_down_buffer
)
(
void
*
hw_data
,
uint8_t
*
,
esp_apptrace_tmo_t
*
)
;
bool
(
*
host_is_connected
)
(
void
*
hw_data
)
;
}
esp_apptrace_hw_t
;
Fields
Field
Declared as
esp_apptrace_hw_t::flush_up_buffer
esp_err_t
(
*
)
(
void
*
hw_data
,
esp_apptrace_tmo_t
*
)
esp_apptrace_hw_t::down_buffer_config
void
(
*
)
(
void
*
hw_data
,
uint8_t
*
buf
,
uint32_t
size
)
esp_apptrace_hw_t::get_down_buffer
uint8_t
*
(
*
)
(
void
*
hw_data
,
uint32_t
*
,
esp_apptrace_tmo_t
*
)
esp_apptrace_hw_t::put_down_buffer
esp_err_t
(
*
)
(
void
*
hw_data
,
uint8_t
*
,
esp_apptrace_tmo_t
*
)
esp_apptrace_hw_t::host_is_connected
bool
(
*
)
(
void
*
hw_data
)
esp_apptrace_hw_t::init
esp_err_t
(
*
)
(
void
*
hw_data
)
esp_apptrace_hw_t::get_up_buffer
uint8_t
*
(
*
)
(
void
*
hw_data
,
uint32_t
,
esp_apptrace_tmo_t
*
)
esp_apptrace_hw_t::put_up_buffer
esp_err_t
(
*
)
(
void
*
hw_data
,
uint8_t
*
,
esp_apptrace_tmo_t
*
)
esp_apptrace_hw_t::flush_up_buffer_nolock
esp_err_t
(
*
)
(
void
*
hw_data
,
uint32_t
,
esp_apptrace_tmo_t
*
)
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