Home
last modified time | relevance | path

Searched refs:UART_CFG_STOP_BITS_1 (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-Core-3.6.0/subsys/debug/gdbstub/
Dgdbstub_backend_serial.c19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
/Zephyr-Core-3.6.0/tests/subsys/modbus/src/
Dtest_modbus_client.c211 .stop_bits_client = UART_CFG_STOP_BITS_1,
250 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()
264 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_high_even()
278 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_ascii()
/Zephyr-Core-3.6.0/tests/drivers/uart/uart_basic_api/src/
Dtest_uart_config.c31 .stop_bits = UART_CFG_STOP_BITS_1,
Dtest_uart_config_wide.c31 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-Core-3.6.0/drivers/serial/
Duart_stm32.h23 #define STM32_UART_DEFAULT_STOP_BITS UART_CFG_STOP_BITS_1
Duart_native_tty.c76 case UART_CFG_STOP_BITS_1: in native_tty_conv_to_bottom_cfg()
218 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_sam.c174 if (cfg->stop_bits != UART_CFG_STOP_BITS_1 || in uart_sam_configure()
211 cfg->stop_bits = UART_CFG_STOP_BITS_1; in uart_sam_config_get()
413 .stop_bits = UART_CFG_STOP_BITS_1, in uart_sam_init()
Dusart_sam.c170 case UART_CFG_STOP_BITS_1: in usart_sam_cfg2sam_stop_bits()
189 return UART_CFG_STOP_BITS_1; in usart_sam_get_stop_bits()
505 .stop_bits = UART_CFG_STOP_BITS_1, in usart_sam_init()
Duart_numicro.c55 case UART_CFG_STOP_BITS_1: in uart_numicro_convert_stopbit()
Duart_apbuart.c255 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in apbuart_configure()
305 cfg->stop_bits = UART_CFG_STOP_BITS_1; in apbuart_config_get()
Duart_ifx_cat1.c110 case UART_CFG_STOP_BITS_1: in _convert_uart_stop_bits_z_to_cyhal()
511 .dt_cfg.stop_bits = DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
Duart_mcux.c63 case UART_CFG_STOP_BITS_1: in uart_mcux_configure()
435 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_lpc11u6x.c135 case UART_CFG_STOP_BITS_1: in lpc11u6x_uart0_configure()
364 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uart0_init()
537 case UART_CFG_STOP_BITS_1: in lpc11u6x_uartx_configure()
785 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uartx_init()
Duart_rpi_pico.c127 case UART_CFG_STOP_BITS_1: in uart_rpi_set_format()
192 data->uart_config.stop_bits = UART_CFG_STOP_BITS_1; in uart_rpi_init()
Duart_cc13xx_cc26xx.c122 case UART_CFG_STOP_BITS_1: in uart_cc13xx_cc26xx_configure()
625 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_neorv32.c136 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in neorv32_uart_configure()
496 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_rzt2m.c315 case UART_CFG_STOP_BITS_1: in rzt2m_uart_init()
432 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
Duart_smartbond.c138 (cfg->stop_bits != UART_CFG_STOP_BITS_1 && cfg->stop_bits != UART_CFG_STOP_BITS_2) || in uart_smartbond_configure()
509 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_nrfx_uart.c316 case UART_CFG_STOP_BITS_1: in uart_nrfx_configure()
326 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in uart_nrfx_configure()
1132 .stop_bits = UART_CFG_STOP_BITS_1,
Duart_rcar.c194 cfg->stop_bits != UART_CFG_STOP_BITS_1 || in uart_rcar_configure()
570 .stop_bits = UART_CFG_STOP_BITS_1, \
/Zephyr-Core-3.6.0/samples/drivers/uart/native_tty/src/
Dmain.c22 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-Core-3.6.0/drivers/sensor/a01nyub/
Da01nyub.c29 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-Core-3.6.0/drivers/w1/
Dw1_zephyr_serial.c253 data->uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in w1_serial_init()
/Zephyr-Core-3.6.0/subsys/modbus/
Dmodbus_serial.c537 uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in modbus_serial_init()
552 case UART_CFG_STOP_BITS_1: in modbus_serial_init()
/Zephyr-Core-3.6.0/subsys/mgmt/osdp/src/
Dosdp.c210 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()

12