Home
last modified time | relevance | path

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

123

/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub_backend_serial.c19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
/Zephyr-latest/tests/subsys/modbus/src/
Dtest_modbus_client.c219 .stop_bits_client = UART_CFG_STOP_BITS_1,
258 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()
272 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_high_even()
286 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_ascii()
/Zephyr-latest/drivers/serial/
Duart_stm32.h23 #define STM32_UART_DEFAULT_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_renesas_rz_scif.c123 case UART_CFG_STOP_BITS_1: in uart_rz_scif_apply_config()
284 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
Duart_native_tty.c94 case UART_CFG_STOP_BITS_1: in native_tty_conv_to_bottom_cfg()
398 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_ene_kb1200.c75 case UART_CFG_STOP_BITS_1: in kb1200_uart_configure()
367 .stop_bits = UART_CFG_STOP_BITS_1, \
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_max32.c142 if (uart_cfg->stop_bits == UART_CFG_STOP_BITS_1) { in api_configure()
444 .uart_conf.stop_bits = DT_INST_ENUM_IDX_OR(_num, stop_bits, UART_CFG_STOP_BITS_1), \
Duart_mcux.c63 case UART_CFG_STOP_BITS_1: in uart_mcux_configure()
442 .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()
542 case UART_CFG_STOP_BITS_1: in lpc11u6x_uartx_configure()
797 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uartx_init()
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_cc13xx_cc26xx.c122 case UART_CFG_STOP_BITS_1: in uart_cc13xx_cc26xx_configure()
621 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_ifx_cat1.c110 case UART_CFG_STOP_BITS_1: in _convert_uart_stop_bits_z_to_cyhal()
520 .dt_cfg.stop_bits = DT_INST_ENUM_IDX_OR(n, 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_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()
1126 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-latest/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-latest/tests/drivers/uart/uart_elementary/src/
Dmain.c142 .stop_bits = UART_CFG_STOP_BITS_1, in ZTEST()
183 .stop_bits = UART_CFG_STOP_BITS_1, in ZTEST()
203 .stop_bits = UART_CFG_STOP_BITS_1, in ZTEST()
/Zephyr-latest/samples/drivers/uart/native_tty/src/
Dmain.c22 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-latest/drivers/sensor/a01nyub/
Da01nyub.c29 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-latest/include/zephyr/drivers/
Duart.h89 UART_CFG_STOP_BITS_1, /**< 1 stop bit */ enumerator
/Zephyr-latest/drivers/w1/
Dw1_zephyr_serial.c253 data->uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in w1_serial_init()

123