/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_b91.c | 251 uint8_t stop_bits; in uart_b91_configure() local 267 if (cfg->stop_bits == UART_CFG_STOP_BITS_1) { in uart_b91_configure() 268 stop_bits = UART_STOP_BIT_1; in uart_b91_configure() 269 } else if (cfg->stop_bits == UART_CFG_STOP_BITS_1_5) { in uart_b91_configure() 270 stop_bits = UART_STOP_BIT_1P5; in uart_b91_configure() 271 } else if (cfg->stop_bits == UART_CFG_STOP_BITS_2) { in uart_b91_configure() 272 stop_bits = UART_STOP_BIT_2; in uart_b91_configure() 284 uart_b91_init(uart, divider, bwpc, parity, stop_bits); in uart_b91_configure()
|
D | uart_lpc11u6x.c | 136 switch (cfg->stop_bits) { in lpc11u6x_uart0_configure() 182 data->stop_bits = cfg->stop_bits; in lpc11u6x_uart0_configure() 197 cfg->stop_bits = data->stop_bits; in lpc11u6x_uart0_config_get() 381 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uart0_init() 557 switch (cfg->stop_bits) { in lpc11u6x_uartx_configure() 610 data->stop_bits = cfg->stop_bits; in lpc11u6x_uartx_configure() 624 cfg->stop_bits = data->stop_bits; in lpc11u6x_uartx_config_get() 826 data->stop_bits = UART_CFG_STOP_BITS_1; in lpc11u6x_uartx_init()
|
D | uart_mchp_xec.c | 286 switch (cfg->stop_bits) { in uart_xec_configure() 288 uart_cfg.stop_bits = LCR_1_STB; in uart_xec_configure() 291 uart_cfg.stop_bits = LCR_2_STB; in uart_xec_configure() 313 regs->LCR = uart_cfg.data_bits | uart_cfg.stop_bits | uart_cfg.parity; in uart_xec_configure() 348 cfg->stop_bits = data->uart_config.stop_bits; in uart_xec_config_get() 889 .uart_config.stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_lpc11u6x.h | 146 uint8_t stop_bits; member 187 uint8_t stop_bits; member
|
D | uart_ns16550.c | 416 switch (cfg->stop_bits) { in uart_ns16550_configure() 418 uart_cfg.stop_bits = LCR_1_STB; in uart_ns16550_configure() 421 uart_cfg.stop_bits = LCR_2_STB; in uart_ns16550_configure() 444 uart_cfg.data_bits | uart_cfg.stop_bits | uart_cfg.parity); in uart_ns16550_configure() 486 cfg->stop_bits = data->uart_config.stop_bits; in uart_ns16550_config_get() 1086 .uart_config.stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_esp32.c | 182 cfg->stop_bits = UART_GET_STOP_BITS(DEV_BASE(dev)->conf0); in uart_esp32_config_get() 282 switch (cfg->stop_bits) { in uart_esp32_configure() 286 conf0 |= cfg->stop_bits << UART_STOP_BIT_NUM_S; in uart_esp32_configure() 508 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_xmc4xxx.c | 47 data->config.stop_bits = 1U; in uart_xmc4xxx_init()
|
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 | 54 switch (cfg->stop_bits) { in uart_mcux_configure() 400 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_numicro.c | 117 stopbits = uart_numicro_convert_stopbit(cfg->stop_bits); in uart_numicro_configure()
|
D | uart_cc13xx_cc26xx.c | 115 switch (cfg->stop_bits) { in uart_cc13xx_cc26xx_configure() 589 .stop_bits = UART_CFG_STOP_BITS_1, \
|
D | uart_mcux_lpuart.c | 284 switch (cfg->stop_bits) { in mcux_lpuart_configure_init() 359 uart_api_config->stop_bits = UART_CFG_STOP_BITS_1; in mcux_lpuart_init()
|
D | uart_stm32.c | 407 const uint32_t stopbits = uart_stm32_cfg2ll_stopbits(cfg->stop_bits); in uart_stm32_configure() 426 (cfg->stop_bits == UART_CFG_STOP_BITS_0_5)) { in uart_stm32_configure() 430 if (cfg->stop_bits == UART_CFG_STOP_BITS_0_5) { in uart_stm32_configure() 437 (cfg->stop_bits == UART_CFG_STOP_BITS_1_5)) { in uart_stm32_configure() 441 if (cfg->stop_bits == UART_CFG_STOP_BITS_1_5) { in uart_stm32_configure() 498 cfg->stop_bits = uart_stm32_ll2cfg_stopbits( in uart_stm32_config_get()
|
D | uart_nrfx_uart.c | 326 switch (cfg->stop_bits) { 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_sam0.c | 435 switch (new_cfg->stop_bits) { in uart_sam0_configure() 446 dev_data->config_cache.stop_bits = new_cfg->stop_bits; in uart_sam0_configure() 551 dev_data->config_cache.stop_bits = UART_CFG_STOP_BITS_1; in uart_sam0_init()
|
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 | 621 (!uart_xlnx_ps_cfg2ll_stopbits(&mode_reg, cfg->stop_bits)) || in uart_xlnx_ps_configure() 824 cfg->stop_bits = uart_xlnx_ps_ll2cfg_stopbits(mode_reg); in uart_xlnx_ps_config_get()
|
D | uart_nrfx_uarte.c | 373 switch (cfg->stop_bits) { 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, \
|
/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/subsys/modbus/ |
D | modbus_serial.c | 570 uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in modbus_serial_init() 575 uart_cfg.stop_bits = UART_CFG_STOP_BITS_2; in modbus_serial_init()
|
/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/bluetooth/host/ |
D | rfcomm.c | 1121 uint8_t data_bits, stop_bits, parity_bits; in rfcomm_handle_rpn() local 1152 stop_bits = BT_RFCOMM_RPN_STOP_BITS_1; in rfcomm_handle_rpn() 1155 stop_bits, in rfcomm_handle_rpn()
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | uart.h | 264 uint8_t stop_bits; member
|
/Zephyr-Core-2.7.6/drivers/wifi/esp_at/ |
D | esp.c | 959 .stop_bits = UART_CFG_STOP_BITS_1, in esp_init_work()
|