Home
last modified time | relevance | path

Searched refs:uart_get_word_length (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.5.0/components/driver/include/driver/
Duart.h147 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t* data_bit);
/hal_espressif-3.5.0/components/vfs/test/
Dtest_vfs_uart.c275 TEST_ASSERT_EQUAL(ESP_OK, uart_get_word_length(UART_NUM_1, &data_bit));
/hal_espressif-3.5.0/components/driver/test/
Dtest_uart.c152 TEST_ESP_OK(uart_get_word_length(uart_num, &word_length_get)); in uart_word_len_set_get_test()
/hal_espressif-3.5.0/components/vfs/
Dvfs_uart.c741 if (uart_get_word_length(fd, &data_bits) != ESP_OK) { in uart_tcgetattr()
/hal_espressif-3.5.0/tools/test_idf_size/
Dexpected_output2795 uart_get_word_length 0 69 -69
2937 uart_get_word_length 69 0 +69
3673 uart_get_word_length : 69
4015 uart_get_word_length : 86
4385 uart_get_word_length : 86
4844 uart_get_word_length : 64
12644 "uart_get_word_length": 69,
12750 "uart_get_word_length": -69,
14135 "uart_get_word_length": 69,
15365 "uart_get_word_length": 86,
[all …]
Dapp_esp32s2.map10756 .literal.uart_get_word_length
11401 .text.uart_get_word_length
11404 0x0000000040084074 uart_get_word_length
15702 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Dapp2.map12327 .literal.uart_get_word_length
13048 .text.uart_get_word_length
13051 0x00000000400d4a44 uart_get_word_length
17667 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Dapp_esp32s3.map10940 .literal.uart_get_word_length
11755 .text.uart_get_word_length
11758 0x000000004200535c uart_get_word_length
20443 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Dapp_esp32c3.map8162 .text.uart_get_word_length
8164 0x000000004200643e uart_get_word_length
16853 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Dapp_esp32h2.map7963 .text.uart_get_word_length
7965 0x00000000420050fa uart_get_word_length
15091 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Dapp.map2736 .literal.uart_get_word_length
2849 .text.uart_get_word_length
Doverflow.map40417 .literal.uart_get_word_length
45392 .text.uart_get_word_length
45395 0x00000000400e14dc uart_get_word_length
77013 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Doverflow_esp32s2.map41227 .literal.uart_get_word_length
46387 .text.uart_get_word_length
46390 0x0000000040091974 uart_get_word_length
78180 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Doverflow_esp32s3.map52901 .literal.uart_get_word_length
57646 .text.uart_get_word_length
57648 0x0000000042012624 uart_get_word_length
95139 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
Doverflow_esp32c3.map35261 .text.uart_get_word_length
35263 0x0000000042008ed4 uart_get_word_length
75035 uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj)
/hal_espressif-3.5.0/components/driver/
Duart.c242 esp_err_t uart_get_word_length(uart_port_t uart_num, uart_word_length_t *data_bit) in uart_get_word_length() function