Searched refs:stopbits (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/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_sy1xx.c | 43 sy1xx_uart_stop_t stopbits; member 273 .stopbits = DRIVERS_UART_STOP_1, in sy1xx_uart_init()
|
D | uart_xlnx_ps.c | 156 uint32_t stopbits; member 520 enum uart_config_stop_bits stopbits) in uart_xlnx_ps_cfg2ll_stopbits() argument 531 switch (stopbits) { in uart_xlnx_ps_cfg2ll_stopbits()
|
D | uart_stm32.c | 241 uint32_t stopbits) in uart_stm32_set_stopbits() argument 245 LL_USART_SetStopBitsLength(config->usart, stopbits); in uart_stm32_set_stopbits() 490 const uint32_t stopbits = uart_stm32_cfg2ll_stopbits(config, cfg->stop_bits); in uart_stm32_parameters_set() local 506 stopbits); in uart_stm32_parameters_set() 515 if (stopbits != uart_stm32_get_stopbits(dev)) { in uart_stm32_parameters_set() 516 uart_stm32_set_stopbits(dev, stopbits); in uart_stm32_parameters_set() 549 const uint32_t stopbits = uart_stm32_cfg2ll_stopbits(config, cfg->stop_bits); in uart_stm32_configure() local 568 if (uart_stm32_ll2cfg_stopbits(stopbits) != cfg->stop_bits) { in uart_stm32_configure()
|
D | uart_silabs_eusart.c | 402 eusartInit.stopbits = uart_silabs_eusart_cfg2ll_stopbits(uart_cfg->stop_bits); in uart_silabs_eusart_init()
|
D | uart_gecko.c | 647 usartInit.stopbits = uart_gecko_cfg2ll_stopbits(uart_cfg->stop_bits); in uart_gecko_init()
|
D | uart_silabs_usart.c | 957 usartInit.stopbits = uart_silabs_cfg2ll_stopbits(data->uart_cfg->stop_bits); in uart_silabs_configure_peripheral()
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 149 stopbits=serial.STOPBITS_ONE,
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | README.rst | 81 --bytesize 8 --parity N --stopbits 2
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 645 stopbits=serial.STOPBITS_ONE,
|