Home
last modified time | relevance | path

Searched refs:UART_CFG_STOP_BITS_2 (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/samples/subsys/modbus/rtu_client/src/
Dmain.c22 .stop_bits_client = UART_CFG_STOP_BITS_2,
/Zephyr-latest/tests/drivers/uart/uart_elementary/src/
Dmain.c240 .stop_bits = UART_CFG_STOP_BITS_2, in ZTEST()
247 .stop_bits = UART_CFG_STOP_BITS_2, in ZTEST()
/Zephyr-latest/drivers/serial/
Duart_numicro.c59 case UART_CFG_STOP_BITS_2: in uart_numicro_convert_stopbit()
Duart_silabs_eusart.c260 case UART_CFG_STOP_BITS_2: in uart_silabs_eusart_cfg2ll_stopbits()
280 return UART_CFG_STOP_BITS_2; in uart_silabs_eusart_ll2cfg_stopbits()
Dusart_sam.c168 case UART_CFG_STOP_BITS_2: in usart_sam_cfg2sam_stop_bits()
186 return UART_CFG_STOP_BITS_2; in usart_sam_get_stop_bits()
Duart_xlnx_ps.c542 case UART_CFG_STOP_BITS_2: in uart_xlnx_ps_cfg2ll_stopbits()
771 return UART_CFG_STOP_BITS_2; in uart_xlnx_ps_ll2cfg_stopbits()
Duart_cc23x0.c101 case UART_CFG_STOP_BITS_2: in uart_cc23x0_configure()
Duart_ene_kb1200.c79 case UART_CFG_STOP_BITS_2: in kb1200_uart_configure()
Duart_native_tty.c99 case UART_CFG_STOP_BITS_2: in native_tty_conv_to_bottom_cfg()
Duart_smartbond.c245 (cfg->stop_bits != UART_CFG_STOP_BITS_1 && cfg->stop_bits != UART_CFG_STOP_BITS_2) || in uart_smartbond_configure()
285 if (cfg->stop_bits == UART_CFG_STOP_BITS_2) { in uart_smartbond_configure()
Duart_mcux.c68 case UART_CFG_STOP_BITS_2: in uart_mcux_configure()
Duart_numaker.c102 case UART_CFG_STOP_BITS_2: in uart_numaker_convert_stopbit()
Duart_lpc11u6x.c140 case UART_CFG_STOP_BITS_2: in lpc11u6x_uart0_configure()
547 case UART_CFG_STOP_BITS_2: in lpc11u6x_uartx_configure()
Duart_gecko.c460 case UART_CFG_STOP_BITS_2: in uart_gecko_cfg2ll_stopbits()
479 return UART_CFG_STOP_BITS_2; in uart_gecko_ll2cfg_stopbits()
Duart_cc13xx_cc26xx.c125 case UART_CFG_STOP_BITS_2: in uart_cc13xx_cc26xx_configure()
Duart_rzt2m.c318 case UART_CFG_STOP_BITS_2: in rzt2m_uart_init()
Duart_b91.c273 } else if (cfg->stop_bits == UART_CFG_STOP_BITS_2) { in uart_b91_configure()
Duart_renesas_rz_sci.c160 case UART_CFG_STOP_BITS_2: in uart_rz_sci_apply_config()
Duart_renesas_rz_scif.c153 case UART_CFG_STOP_BITS_2: in uart_rz_scif_apply_config()
Duart_esp32.c238 cfg->stop_bits = UART_CFG_STOP_BITS_2; in uart_esp32_config_get()
328 case UART_CFG_STOP_BITS_2: in uart_esp32_configure()
Duart_silabs_usart.c842 case UART_CFG_STOP_BITS_2: in uart_silabs_cfg2ll_stopbits()
907 return UART_CFG_STOP_BITS_2; in uart_silabs_ll2cfg_stopbits()
/Zephyr-latest/include/zephyr/drivers/
Duart.h91 UART_CFG_STOP_BITS_2, /**< 2 stop bits */ enumerator
/Zephyr-latest/subsys/modbus/
Dmodbus_serial.c474 uart_cfg.stop_bits = UART_CFG_STOP_BITS_2; in configure_uart()
486 case UART_CFG_STOP_BITS_2: in configure_uart()
/Zephyr-latest/tests/subsys/modbus/src/
Dtest_modbus_client.c244 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_2; in test_client_setup_low_none()
/Zephyr-latest/drivers/input/
Dinput_sbus.c31 .stop_bits = UART_CFG_STOP_BITS_2,

12