Searched refs:UART_CFG_STOP_BITS_1 (Results 1 – 25 of 56) 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/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/samples/boards/st/uart/circular_dma/src/ |
| D | main.c | 29 .stop_bits = UART_CFG_STOP_BITS_1,
|
| /Zephyr-latest/drivers/serial/ |
| 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 | uart_silabs_eusart.c | 258 case UART_CFG_STOP_BITS_1: in uart_silabs_eusart_cfg2ll_stopbits() 276 return UART_CFG_STOP_BITS_1; in uart_silabs_eusart_ll2cfg_stopbits() 282 return UART_CFG_STOP_BITS_1; in uart_silabs_eusart_ll2cfg_stopbits()
|
| 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_ene_kb1200.c | 75 case UART_CFG_STOP_BITS_1: in kb1200_uart_configure() 367 .stop_bits = UART_CFG_STOP_BITS_1, \
|
| D | uart_native_tty.c | 96 case UART_CFG_STOP_BITS_1: in native_tty_conv_to_bottom_cfg() 402 .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_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_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,
|
| D | uart_neorv32.c | 137 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in neorv32_uart_configure() 507 .stop_bits = UART_CFG_STOP_BITS_1, \
|
| D | uart_renesas_rz_sci.c | 157 case UART_CFG_STOP_BITS_1: in uart_rz_sci_apply_config() 484 DT_INST_ENUM_IDX_OR(n, stop_bits, UART_CFG_STOP_BITS_1), \
|
| D | uart_gecko.c | 458 case UART_CFG_STOP_BITS_1: in uart_gecko_cfg2ll_stopbits() 475 return UART_CFG_STOP_BITS_1; in uart_gecko_ll2cfg_stopbits() 481 return UART_CFG_STOP_BITS_1; in uart_gecko_ll2cfg_stopbits()
|
| /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()
|
| /Zephyr-latest/subsys/modbus/ |
| D | modbus_serial.c | 469 uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in configure_uart() 484 case UART_CFG_STOP_BITS_1: in configure_uart()
|
| /Zephyr-latest/subsys/mgmt/osdp/src/ |
| D | osdp.c | 210 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()
|
123