Searched refs:UART_CFG_STOP_BITS_1 (Results 1 – 22 of 22) sorted by relevance
/Zephyr-Core-2.7.6/subsys/debug/gdbstub/ |
D | gdbstub_backend_serial.c | 19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
|
/Zephyr-Core-2.7.6/tests/drivers/uart/uart_basic_api/src/ |
D | test_uart_config.c | 32 .stop_bits = UART_CFG_STOP_BITS_1,
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_apbuart.c | 253 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in apbuart_configure() 302 cfg->stop_bits = UART_CFG_STOP_BITS_1; in apbuart_config_get()
|
D | uart_mcux.c | 55 case UART_CFG_STOP_BITS_1: in uart_mcux_configure() 400 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_numicro.c | 60 case UART_CFG_STOP_BITS_1: in uart_numicro_convert_stopbit()
|
D | uart_cc13xx_cc26xx.c | 116 case UART_CFG_STOP_BITS_1: in uart_cc13xx_cc26xx_configure() 589 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_mcux_lpuart.c | 285 case UART_CFG_STOP_BITS_1: in mcux_lpuart_configure_init() 359 uart_api_config->stop_bits = UART_CFG_STOP_BITS_1; in mcux_lpuart_init()
|
D | uart_lpc11u6x.c | 139 case UART_CFG_STOP_BITS_1: in lpc11u6x_uart0_configure() 381 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uart0_init() 560 case UART_CFG_STOP_BITS_1: in lpc11u6x_uartx_configure() 826 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uartx_init()
|
D | uart_esp32.c | 283 case UART_CFG_STOP_BITS_1: in uart_esp32_configure() 508 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_nrfx_uart.c | 327 case UART_CFG_STOP_BITS_1: in uart_nrfx_configure() 337 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in uart_nrfx_configure() 1171 .stop_bits = UART_CFG_STOP_BITS_1,
|
D | uart_rcar.c | 195 cfg->stop_bits != UART_CFG_STOP_BITS_1 || in uart_rcar_configure() 573 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_xlnx_ps.c | 479 case UART_CFG_STOP_BITS_1: in uart_xlnx_ps_cfg2ll_stopbits() 716 return UART_CFG_STOP_BITS_1; in uart_xlnx_ps_ll2cfg_stopbits()
|
D | uart_mchp_xec.c | 287 case UART_CFG_STOP_BITS_1: in uart_xec_configure() 889 .uart_config.stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_ns16550.c | 417 case UART_CFG_STOP_BITS_1: in uart_ns16550_configure() 1086 .uart_config.stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_b91.c | 267 if (cfg->stop_bits == UART_CFG_STOP_BITS_1) { in uart_b91_configure()
|
D | uart_nrfx_uarte.c | 374 case UART_CFG_STOP_BITS_1: in uarte_nrfx_configure() 384 if (cfg->stop_bits != UART_CFG_STOP_BITS_1) { in uarte_nrfx_configure() 2007 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_sam0.c | 436 case UART_CFG_STOP_BITS_1: in uart_sam0_configure() 551 dev_data->config_cache.stop_bits = UART_CFG_STOP_BITS_1; in uart_sam0_init()
|
D | uart_stm32.c | 273 case UART_CFG_STOP_BITS_1: in uart_stm32_cfg2ll_stopbits() 295 return UART_CFG_STOP_BITS_1; in uart_stm32_ll2cfg_stopbits()
|
/Zephyr-Core-2.7.6/subsys/mgmt/osdp/src/ |
D | osdp.c | 213 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()
|
/Zephyr-Core-2.7.6/subsys/modbus/ |
D | modbus_serial.c | 570 uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in modbus_serial_init()
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | uart.h | 281 UART_CFG_STOP_BITS_1, enumerator
|
/Zephyr-Core-2.7.6/drivers/wifi/esp_at/ |
D | esp.c | 959 .stop_bits = UART_CFG_STOP_BITS_1, in esp_init_work()
|