Searched refs:UART_CFG_STOP_BITS_1 (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-Core-3.6.0/subsys/debug/gdbstub/ |
D | gdbstub_backend_serial.c | 19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
|
/Zephyr-Core-3.6.0/tests/subsys/modbus/src/ |
D | test_modbus_client.c | 211 .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/ |
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-Core-3.6.0/drivers/serial/ |
D | uart_stm32.h | 23 #define STM32_UART_DEFAULT_STOP_BITS UART_CFG_STOP_BITS_1
|
D | uart_native_tty.c | 76 case UART_CFG_STOP_BITS_1: in native_tty_conv_to_bottom_cfg() 218 .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_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_ifx_cat1.c | 110 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), \
|
D | uart_mcux.c | 63 case UART_CFG_STOP_BITS_1: in uart_mcux_configure() 435 .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() 537 case UART_CFG_STOP_BITS_1: in lpc11u6x_uartx_configure() 785 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uartx_init()
|
D | uart_rpi_pico.c | 127 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()
|
D | uart_cc13xx_cc26xx.c | 122 case UART_CFG_STOP_BITS_1: in uart_cc13xx_cc26xx_configure() 625 .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_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_smartbond.c | 138 (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, \
|
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() 1132 .stop_bits = UART_CFG_STOP_BITS_1,
|
D | uart_rcar.c | 194 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/ |
D | main.c | 22 .stop_bits = UART_CFG_STOP_BITS_1,
|
/Zephyr-Core-3.6.0/drivers/sensor/a01nyub/ |
D | a01nyub.c | 29 .stop_bits = UART_CFG_STOP_BITS_1,
|
/Zephyr-Core-3.6.0/drivers/w1/ |
D | w1_zephyr_serial.c | 253 data->uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in w1_serial_init()
|
/Zephyr-Core-3.6.0/subsys/modbus/ |
D | modbus_serial.c | 537 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/ |
D | osdp.c | 210 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()
|
12