ESP-IDF
+
0
/23 examples
SourceVu will show references to
uart_config_t
from the following samples and libraries:
light_sleep sample
select sample
esp_zigbee_gateway sample
controller_hci_uart_esp32c3_and_esp32s3 sample
bleprph_host_only sample
nmea0183_parser sample
uart_async_rxtxtasks sample
uart_echo sample
uart_echo_rs485 sample
uart_events sample
uart_repl sample
uart_select sample
advanced sample
ble_spp_client sample
ble_spp_server sample
bluedroid_host_only_uart sample
bt_spp_initiator sample
spp_client sample
spp_server sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave 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
uart_config_t
uart_config_t struct
UART configuration parameters for uart_param_config function
Syntax
Show:
Summary
Declaration
from
uart.h:36
typedef
struct
{
int
baud_rate
;
uart_word_length_t
data_bits
;
uart_parity_t
parity
;
uart_stop_bits_t
stop_bits
;
uart_hw_flowcontrol_t
flow_ctrl
;
uint8_t
rx_flow_ctrl_thresh
;
union
{
uart_sclk_t
source_clk
;
#if
(
SOC_UART_LP_NUM
>=
1
)
lp_uart_sclk_t
lp_source_clk
;
#endif
}
;
struct
{
uint32_t
allow_pd
:
1
;
uint32_t
backup_before_sleep
:
1
;
}
flags
;
}
uart_config_t
;
Fields
Field
Declared as
Description
uart_config_t::baud_rate
int
UART baud rate.
uart_config_t::data_bits
uart_word_length_t
UART byte size.
uart_config_t::parity
uart_parity_t
UART parity mode.
uart_config_t::stop_bits
uart_stop_bits_t
UART stop bits.
uart_config_t::flow_ctrl
uart_hw_flowcontrol_t
UART HW flow control mode (cts/rts).
uart_config_t::rx_flow_ctrl_thresh
uint8_t
UART HW RTS threshold.
uart_config_t::flags
struct
{
uint32_t
allow_pd
:
1
;
uint32_t
backup_before_sleep
:
1
;
}
Configuration flags.
Examples
uart_config_t
is referenced by 23 libraries and example projects:
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