Home
last modified time | relevance | path

Searched refs:UART_STOP_BITS_1 (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.4.0/components/driver/test/
Dtest_uart.c46 .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,
Dtest_rs485.c164 .stop_bits = UART_STOP_BITS_1, in rs485_init()
/hal_espressif-3.4.0/examples/openthread/ot_br/main/
Desp_ot_config.h24 .stop_bits = UART_STOP_BITS_1, \
44 .stop_bits = UART_STOP_BITS_1, \
/hal_espressif-3.4.0/examples/openthread/ot_cli/main/
Desp_ot_config.h31 .stop_bits = UART_STOP_BITS_1, \
52 .stop_bits = UART_STOP_BITS_1, \
/hal_espressif-3.4.0/components/hal/
Duart_hal.c157 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/
Desp_ot_config.h28 .stop_bits = UART_STOP_BITS_1, \
/hal_espressif-3.4.0/examples/peripherals/uart/uart_echo/main/
Duart_echo_example_main.c47 .stop_bits = UART_STOP_BITS_1, in echo_task()
/hal_espressif-3.4.0/examples/peripherals/uart/uart_select/main/
Duart_select_example_main.c29 .stop_bits = UART_STOP_BITS_1, in uart_select_task()
/hal_espressif-3.4.0/components/hal/include/hal/
Duart_types.h57 UART_STOP_BITS_1 = 0x1, /*!< stop bit: 1bit*/ enumerator
/hal_espressif-3.4.0/examples/protocols/pppos_client/components/modem/include/
Desp_modem.h82 .stop_bits = UART_STOP_BITS_1, \
/hal_espressif-3.4.0/examples/peripherals/uart/uart_async_rxtxtasks/main/
Duart_async_rxtxtasks_main.c27 .stop_bits = UART_STOP_BITS_1, in init()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/
Dmain.c55 .stop_bits = UART_STOP_BITS_1, in initialize_console()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dconsole_uart.c27 .stop_bits = UART_STOP_BITS_1,
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h160 .stop_bits = UART_STOP_BITS_1, \
/hal_espressif-3.4.0/examples/peripherals/uart/uart_echo_rs485/main/
Drs485_example.c66 .stop_bits = UART_STOP_BITS_1, in echo_task()
/hal_espressif-3.4.0/components/vfs/test/
Dtest_vfs_uart.c224 .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/
Duart_events_example_main.c130 .stop_bits = UART_STOP_BITS_1, in app_main()
/hal_espressif-3.4.0/examples/peripherals/uart/uart_repl/main/
Duart_repl_example_main.c77 .stop_bits = UART_STOP_BITS_1, in configure_uarts()
/hal_espressif-3.4.0/examples/system/console/advanced/main/
Dconsole_example_main.c86 .stop_bits = UART_STOP_BITS_1, in initialize_console()
/hal_espressif-3.4.0/components/driver/test/touch_sensor_test/
Dtouch_scope.c176 .stop_bits = UART_STOP_BITS_1, in test_tp_scope_debug_init()
/hal_espressif-3.4.0/examples/system/select/main/
Dselect_example.c97 .stop_bits = UART_STOP_BITS_1, in uart1_init()
/hal_espressif-3.4.0/components/freemodbus/port/
Dportserial.c226 .stop_bits = UART_STOP_BITS_1, in xMBPortSerialInit()
Dportserial_m.c224 .stop_bits = UART_STOP_BITS_1, in xMBMasterPortSerialInit()
/hal_espressif-3.4.0/examples/protocols/slip/slip_udp/components/slip_modem/library/
Dslip_modem.c125 .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/
Dmain.c207 .stop_bits = UART_STOP_BITS_1, in uhci_uart_install()

12