Home
last modified time | relevance | path

Searched refs:stop_bits_client (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/modbus/src/
Dtest_modbus_client.c219 .stop_bits_client = UART_CFG_STOP_BITS_1,
244 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_2; in test_client_setup_low_none()
258 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()
272 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_high_even()
286 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_ascii()
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/
Dmain.c22 .stop_bits_client = UART_CFG_STOP_BITS_2,
/Zephyr-latest/include/zephyr/modbus/
Dmodbus.h493 enum uart_config_stop_bits stop_bits_client; member
/Zephyr-latest/subsys/modbus/
Dmodbus_serial.c482 switch (param->serial.stop_bits_client) { in configure_uart()
487 uart_cfg.stop_bits = param->serial.stop_bits_client; in configure_uart()