Home
last modified time | relevance | path

Searched refs:UART_CFG_STOP_BITS_2 (Results 1 – 25 of 36) 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()
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.c484 case UART_CFG_STOP_BITS_2: in uart_xlnx_ps_cfg2ll_stopbits()
719 return UART_CFG_STOP_BITS_2; in uart_xlnx_ps_ll2cfg_stopbits()
Duart_renesas_rz_scif.c126 case UART_CFG_STOP_BITS_2: in uart_rz_scif_apply_config()
Duart_native_tty.c97 case UART_CFG_STOP_BITS_2: in native_tty_conv_to_bottom_cfg()
Duart_ene_kb1200.c79 case UART_CFG_STOP_BITS_2: in kb1200_uart_configure()
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_numaker.c102 case UART_CFG_STOP_BITS_2: in uart_numaker_convert_stopbit()
Duart_max32.c144 } else if (uart_cfg->stop_bits == UART_CFG_STOP_BITS_2) { in api_configure()
Duart_mcux.c68 case UART_CFG_STOP_BITS_2: in uart_mcux_configure()
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_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_cc13xx_cc26xx.c125 case UART_CFG_STOP_BITS_2: in uart_cc13xx_cc26xx_configure()
Duart_ifx_cat1.c114 case UART_CFG_STOP_BITS_2: in _convert_uart_stop_bits_z_to_cyhal()
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_pl011.c241 case UART_CFG_STOP_BITS_2: in pl011_runtime_configure_internal()
Duart_nrfx_uart.c319 case UART_CFG_STOP_BITS_2: in uart_nrfx_configure()
Duart_mchp_xec.c375 case UART_CFG_STOP_BITS_2: in uart_xec_configure()
/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