Searched refs:stopbits (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_numicro.c | 105 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()
|
D | uart_numaker.c | 147 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()
|
D | uart_xlnx_ps.c | 156 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()
|
D | uart_stm32.c | 219 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/ |
D | README.rst | 81 --bytesize 8 --parity N --stopbits 2
|
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 137 stopbits=serial.STOPBITS_ONE,
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 542 stopbits=serial.STOPBITS_ONE,
|