ESP-IDF
+
0
/28 examples
SourceVu will show references to
uart_config_t::data_bits
from the following samples and libraries:
ot_br sample
ot_cli sample
ot_rcp sample
ot_trel sample
light_sleep sample
select sample
esp_zigbee_gateway sample
controller_hci_uart_esp32c3_and_esp32s3 sample
bleprph_host_only sample
deep_sleep 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::data_bits
uart_config_t::data_bits field
UART byte size
Syntax
Show:
Summary
Declaration
from
uart.h:38
uart_word_length_t
data_bits
;
Examples
uart_config_t::data_bits
is referenced by 28 libraries and example projects:
ot_br sample
ot_cli sample
ot_rcp sample
ot_trel sample
light_sleep sample
select sample
esp_zigbee_gateway sample
controller_hci_uart_esp32c3_and_esp32s3 sample
bleprph_host_only sample
deep_sleep 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
References
from
0/28
examples
Code
Location
Referrer
uart_word_length_t
data_bits
;
/*!< UART byte size*/
uart.h:38
.
data_bits
=
UART_DATA_8_BITS
,
esp_console_repl_chip.c:224
esp_console_new_repl_uart()
ESP_RETURN_ON_FALSE
(
(
uart_config
->
data_bits
<
UART_DATA_BITS_MAX
)
,
ESP_FAIL
,
UART_TAG
,
"data bit error"
)
;
uart.c:870
uart_param_config()
uart_hal_set_data_bit_num
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
uart_config
->
data_bits
)
;
uart.c:937
uart_param_config()
Call Tree
from
0/28
examples
All items filtered out
All items filtered out
Data Use
from
0/28
examples
uart_config_t::data_bits
is read by 1 function:
All items filtered out
uart_config_t::data_bits
uart_param_config()
All items filtered out
Class Tree
from
0/28
examples
All items filtered out
All items filtered out
Override Tree
from
0/28
examples
All items filtered out
All items filtered out
Implementations
from
0/28
examples
All items filtered out
All items filtered out
Instances
from
0/28
examples
Lifecycle
from
0/28
examples
All items filtered out
All items filtered out