Searched refs:UART_CFG_STOP_BITS_1 (Results 1 – 25 of 53) sorted by relevance
123
/Zephyr-latest/subsys/debug/gdbstub/ |
D | gdbstub_backend_serial.c | 19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
|
/Zephyr-latest/tests/subsys/modbus/src/ |
D | test_modbus_client.c | 219 .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/ |
D | uart_stm32.h | 23 #define STM32_UART_DEFAULT_STOP_BITS UART_CFG_STOP_BITS_1
|
D | uart_sam.c | 174 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()
|
D | usart_sam.c | 170 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()
|
D | uart_renesas_rz_scif.c | 123 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), \
|
D | uart_native_tty.c | 94 case UART_CFG_STOP_BITS_1: in native_tty_conv_to_bottom_cfg() 398 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_ene_kb1200.c | 75 case UART_CFG_STOP_BITS_1: in kb1200_uart_configure() 367 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_numicro.c | 55 case UART_CFG_STOP_BITS_1: in uart_numicro_convert_stopbit()
|
D | uart_apbuart.c | 255 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()
|
D | uart_max32.c | 142 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), \
|
D | uart_mcux.c | 63 case UART_CFG_STOP_BITS_1: in uart_mcux_configure() 442 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_lpc11u6x.c | 135 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()
|
D | uart_rzt2m.c | 315 case UART_CFG_STOP_BITS_1: in rzt2m_uart_init() 432 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
|
D | uart_cc13xx_cc26xx.c | 122 case UART_CFG_STOP_BITS_1: in uart_cc13xx_cc26xx_configure() 621 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_ifx_cat1.c | 110 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), \
|
D | uart_neorv32.c | 136 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in neorv32_uart_configure() 496 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_nrfx_uart.c | 316 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/ |
D | test_uart_config.c | 31 .stop_bits = UART_CFG_STOP_BITS_1,
|
D | test_uart_config_wide.c | 31 .stop_bits = UART_CFG_STOP_BITS_1,
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/src/ |
D | main.c | 142 .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/ |
D | main.c | 22 .stop_bits = UART_CFG_STOP_BITS_1,
|
/Zephyr-latest/drivers/sensor/a01nyub/ |
D | a01nyub.c | 29 .stop_bits = UART_CFG_STOP_BITS_1,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | uart.h | 89 UART_CFG_STOP_BITS_1, /**< 1 stop bit */ enumerator
|
/Zephyr-latest/drivers/w1/ |
D | w1_zephyr_serial.c | 253 data->uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in w1_serial_init()
|
123