Home
last modified time | relevance | path

Searched refs:UART_CFG_STOP_BITS_1_5 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_numicro.c57 case UART_CFG_STOP_BITS_1_5: in uart_numicro_convert_stopbit()
Dusart_sam.c166 case UART_CFG_STOP_BITS_1_5: in usart_sam_cfg2sam_stop_bits()
184 return UART_CFG_STOP_BITS_1_5; in usart_sam_get_stop_bits()
Duart_xlnx_ps.c481 case UART_CFG_STOP_BITS_1_5: in uart_xlnx_ps_cfg2ll_stopbits()
717 return UART_CFG_STOP_BITS_1_5; in uart_xlnx_ps_ll2cfg_stopbits()
Duart_ene_kb1200.c78 case UART_CFG_STOP_BITS_1_5: in kb1200_uart_configure()
Duart_numaker.c100 case UART_CFG_STOP_BITS_1_5: in uart_numaker_convert_stopbit()
Duart_lpc11u6x.c138 case UART_CFG_STOP_BITS_1_5: in lpc11u6x_uart0_configure()
545 case UART_CFG_STOP_BITS_1_5: in lpc11u6x_uartx_configure()
Duart_b91.c271 } else if (cfg->stop_bits == UART_CFG_STOP_BITS_1_5) { in uart_b91_configure()
Duart_cc13xx_cc26xx.c129 case UART_CFG_STOP_BITS_1_5: in uart_cc13xx_cc26xx_configure()
Duart_stm32.c347 case UART_CFG_STOP_BITS_1_5: in uart_stm32_cfg2ll_stopbits()
375 return UART_CFG_STOP_BITS_1_5; in uart_stm32_ll2cfg_stopbits()
2387 != UART_CFG_STOP_BITS_1_5, \
2397 == UART_CFG_STOP_BITS_1_5), \
Duart_esp32.c235 cfg->stop_bits = UART_CFG_STOP_BITS_1_5; in uart_esp32_config_get()
325 case UART_CFG_STOP_BITS_1_5: in uart_esp32_configure()
Duart_renesas_ra8_sci_b.c163 case UART_CFG_STOP_BITS_1_5: in uart_ra_sci_b_apply_config()
Duart_renesas_ra_sci.c211 case UART_CFG_STOP_BITS_1_5: in uart_ra_sci_apply_config()
/Zephyr-latest/include/zephyr/drivers/
Duart.h90 UART_CFG_STOP_BITS_1_5, /**< 1.5 stop bits */ enumerator
/Zephyr-latest/subsys/modbus/
Dmodbus_serial.c485 case UART_CFG_STOP_BITS_1_5: in configure_uart()
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c949 cfg->stop_bits = UART_CFG_STOP_BITS_1_5; in cdc_acm_config_get()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_acm.c356 cfg->stop_bits = UART_CFG_STOP_BITS_1_5; in cdc_acm_update_uart_cfg()