/hal_espressif-3.4.0/components/driver/test/ |
D | test_uart.c | 46 .stop_bits = UART_STOP_BITS_1, in uart_config() 162 for (int i = UART_STOP_BITS_1; i < UART_STOP_BITS_MAX; i++) { in uart_stop_bit_set_get_test() 218 .stop_bits = UART_STOP_BITS_1, 271 .stop_bits = UART_STOP_BITS_1, 339 .stop_bits = UART_STOP_BITS_1, 394 .stop_bits = UART_STOP_BITS_1, in uart_test_custom_isr_core0() 476 .stop_bits = UART_STOP_BITS_1,
|
D | test_rs485.c | 164 .stop_bits = UART_STOP_BITS_1, in rs485_init()
|
/hal_espressif-3.4.0/examples/openthread/ot_br/main/ |
D | esp_ot_config.h | 24 .stop_bits = UART_STOP_BITS_1, \ 44 .stop_bits = UART_STOP_BITS_1, \
|
/hal_espressif-3.4.0/examples/openthread/ot_cli/main/ |
D | esp_ot_config.h | 31 .stop_bits = UART_STOP_BITS_1, \ 52 .stop_bits = UART_STOP_BITS_1, \
|
/hal_espressif-3.4.0/components/hal/ |
D | uart_hal.c | 157 uart_ll_set_stop_bits(hal->dev, UART_STOP_BITS_1); in uart_hal_init() 174 symbol_len += (stop_bit > UART_STOP_BITS_1) ? 2 : 1; in uart_hal_get_symb_len()
|
/hal_espressif-3.4.0/examples/openthread/ot_rcp/main/ |
D | esp_ot_config.h | 28 .stop_bits = UART_STOP_BITS_1, \
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_echo/main/ |
D | uart_echo_example_main.c | 47 .stop_bits = UART_STOP_BITS_1, in echo_task()
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_select/main/ |
D | uart_select_example_main.c | 29 .stop_bits = UART_STOP_BITS_1, in uart_select_task()
|
/hal_espressif-3.4.0/components/hal/include/hal/ |
D | uart_types.h | 57 UART_STOP_BITS_1 = 0x1, /*!< stop bit: 1bit*/ enumerator
|
/hal_espressif-3.4.0/examples/protocols/pppos_client/components/modem/include/ |
D | esp_modem.h | 82 .stop_bits = UART_STOP_BITS_1, \
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_async_rxtxtasks/main/ |
D | uart_async_rxtxtasks_main.c | 27 .stop_bits = UART_STOP_BITS_1, in init()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/ |
D | main.c | 55 .stop_bits = UART_STOP_BITS_1, in initialize_console()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/ |
D | console_uart.c | 27 .stop_bits = UART_STOP_BITS_1,
|
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/main/ |
D | nmea_parser.h | 160 .stop_bits = UART_STOP_BITS_1, \
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_echo_rs485/main/ |
D | rs485_example.c | 66 .stop_bits = UART_STOP_BITS_1, in echo_task()
|
/hal_espressif-3.4.0/components/vfs/test/ |
D | test_vfs_uart.c | 224 .stop_bits = UART_STOP_BITS_1, 279 TEST_ASSERT_EQUAL(UART_STOP_BITS_1, stop_bits);
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_events/main/ |
D | uart_events_example_main.c | 130 .stop_bits = UART_STOP_BITS_1, in app_main()
|
/hal_espressif-3.4.0/examples/peripherals/uart/uart_repl/main/ |
D | uart_repl_example_main.c | 77 .stop_bits = UART_STOP_BITS_1, in configure_uarts()
|
/hal_espressif-3.4.0/examples/system/console/advanced/main/ |
D | console_example_main.c | 86 .stop_bits = UART_STOP_BITS_1, in initialize_console()
|
/hal_espressif-3.4.0/components/driver/test/touch_sensor_test/ |
D | touch_scope.c | 176 .stop_bits = UART_STOP_BITS_1, in test_tp_scope_debug_init()
|
/hal_espressif-3.4.0/examples/system/select/main/ |
D | select_example.c | 97 .stop_bits = UART_STOP_BITS_1, in uart1_init()
|
/hal_espressif-3.4.0/components/freemodbus/port/ |
D | portserial.c | 226 .stop_bits = UART_STOP_BITS_1, in xMBPortSerialInit()
|
D | portserial_m.c | 224 .stop_bits = UART_STOP_BITS_1, in xMBMasterPortSerialInit()
|
/hal_espressif-3.4.0/examples/protocols/slip/slip_udp/components/slip_modem/library/ |
D | slip_modem.c | 125 .stop_bits = UART_STOP_BITS_1, in esp_slip_driver_start()
|
/hal_espressif-3.4.0/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/ |
D | main.c | 207 .stop_bits = UART_STOP_BITS_1, in uhci_uart_install()
|