ESP-IDF
esp_apptrace_uart_data_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_uart_data_t
esp_apptrace_uart_data_t struct
UART HW transport data
Syntax
Show:
Summary
Declaration
from
port_uart.c:24
typedef
struct
{
uint8_t
inited
;
#if
CONFIG_APPTRACE_LOCK_ENABLE
esp_apptrace_lock_t
lock
;
#endif
uart_port_t
port_num
;
uint8_t
*
tx_data_buff
;
int32_t
tx_data_buff_in
;
int32_t
tx_data_buff_out
;
uint8_t
*
tx_msg_buff
;
uint32_t
tx_msg_buff_size
;
uint8_t
*
down_buffer
;
uint32_t
down_buffer_size
;
bool
message_buff_overflow
;
bool
circular_buff_overflow
;
}
esp_apptrace_uart_data_t
;
Fields
Field
Declared as
esp_apptrace_uart_data_t::inited
uint8_t
esp_apptrace_uart_data_t::lock
esp_apptrace_lock_t
esp_apptrace_uart_data_t::port_num
uart_port_t
esp_apptrace_uart_data_t::tx_data_buff
uint8_t
*
esp_apptrace_uart_data_t::tx_data_buff_in
int32_t
esp_apptrace_uart_data_t::tx_data_buff_out
int32_t
esp_apptrace_uart_data_t::tx_msg_buff
uint8_t
*
esp_apptrace_uart_data_t::tx_msg_buff_size
uint32_t
esp_apptrace_uart_data_t::down_buffer
uint8_t
*
esp_apptrace_uart_data_t::down_buffer_size
uint32_t
esp_apptrace_uart_data_t::message_buff_overflow
bool
esp_apptrace_uart_data_t::circular_buff_overflow
bool
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