Home
last modified time | relevance | path

Searched refs:stopbits (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/drivers/serial/
Duart_numicro.c105 int32_t databits, stopbits; in uart_numicro_configure() local
113 stopbits = uart_numicro_convert_stopbit(cfg->stop_bits); in uart_numicro_configure()
114 if (stopbits < 0) { in uart_numicro_configure()
115 return stopbits; in uart_numicro_configure()
129 stopbits); in uart_numicro_configure()
Duart_numaker.c147 int32_t databits, stopbits; in uart_numaker_configure() local
155 stopbits = uart_numaker_convert_stopbit(cfg->stop_bits); in uart_numaker_configure()
156 if (stopbits < 0) { in uart_numaker_configure()
157 return stopbits; in uart_numaker_configure()
170 UART_SetLineConfig(config->uart, cfg->baudrate, databits, parity, stopbits); in uart_numaker_configure()
Duart_xlnx_ps.c156 uint32_t stopbits; member
462 enum uart_config_stop_bits stopbits) in uart_xlnx_ps_cfg2ll_stopbits() argument
473 switch (stopbits) { in uart_xlnx_ps_cfg2ll_stopbits()
Duart_stm32.c219 uint32_t stopbits) in uart_stm32_set_stopbits() argument
223 LL_USART_SetStopBitsLength(config->usart, stopbits); in uart_stm32_set_stopbits()
468 const uint32_t stopbits = uart_stm32_cfg2ll_stopbits(config, cfg->stop_bits); in uart_stm32_parameters_set() local
484 stopbits); in uart_stm32_parameters_set()
493 if (stopbits != uart_stm32_get_stopbits(dev)) { in uart_stm32_parameters_set()
494 uart_stm32_set_stopbits(dev, stopbits); in uart_stm32_parameters_set()
526 const uint32_t stopbits = uart_stm32_cfg2ll_stopbits(config, cfg->stop_bits); in uart_stm32_configure() local
545 if (uart_stm32_ll2cfg_stopbits(stopbits) != cfg->stop_bits) { in uart_stm32_configure()
/Zephyr-Core-3.5.0/samples/subsys/modbus/rtu_server/
DREADME.rst81 --bytesize 8 --parity N --stopbits 2
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py137 stopbits=serial.STOPBITS_ONE,
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dhandlers.py542 stopbits=serial.STOPBITS_ONE,