Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/debug/gdbstub/
Dgdbstub_backend_serial.c19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
/Zephyr-Core-2.7.6/tests/drivers/uart/uart_basic_api/src/
Dtest_uart_config.c32 .stop_bits = UART_CFG_STOP_BITS_1,
/Zephyr-Core-2.7.6/drivers/serial/
Duart_apbuart.c253 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()
Duart_mcux.c55 case UART_CFG_STOP_BITS_1: in uart_mcux_configure()
400 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_numicro.c60 case UART_CFG_STOP_BITS_1: in uart_numicro_convert_stopbit()
Duart_cc13xx_cc26xx.c116 case UART_CFG_STOP_BITS_1: in uart_cc13xx_cc26xx_configure()
589 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_mcux_lpuart.c285 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()
Duart_lpc11u6x.c139 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()
Duart_esp32.c283 case UART_CFG_STOP_BITS_1: in uart_esp32_configure()
508 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_nrfx_uart.c327 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,
Duart_rcar.c195 cfg->stop_bits != UART_CFG_STOP_BITS_1 || in uart_rcar_configure()
573 .stop_bits = UART_CFG_STOP_BITS_1, \
Duart_xlnx_ps.c479 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()
Duart_mchp_xec.c287 case UART_CFG_STOP_BITS_1: in uart_xec_configure()
889 .uart_config.stop_bits = UART_CFG_STOP_BITS_1, \
Duart_ns16550.c417 case UART_CFG_STOP_BITS_1: in uart_ns16550_configure()
1086 .uart_config.stop_bits = UART_CFG_STOP_BITS_1, \
Duart_b91.c267 if (cfg->stop_bits == UART_CFG_STOP_BITS_1) { in uart_b91_configure()
Duart_nrfx_uarte.c374 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, \
Duart_sam0.c436 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()
Duart_stm32.c273 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/
Dosdp.c213 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()
/Zephyr-Core-2.7.6/subsys/modbus/
Dmodbus_serial.c570 uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in modbus_serial_init()
/Zephyr-Core-2.7.6/include/drivers/
Duart.h281 UART_CFG_STOP_BITS_1, enumerator
/Zephyr-Core-2.7.6/drivers/wifi/esp_at/
Desp.c959 .stop_bits = UART_CFG_STOP_BITS_1, in esp_init_work()