Searched refs:client_param (Results 1 – 2 of 2) sorted by relevance
213 static struct modbus_iface_param client_param = { variable241 client_param.mode = MODBUS_MODE_RTU; in test_client_setup_low_none()242 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_none()243 client_param.serial.parity = UART_CFG_PARITY_NONE; in test_client_setup_low_none()244 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_2; in test_client_setup_low_none()246 err = modbus_init_client(client_iface, client_param); in test_client_setup_low_none()255 client_param.mode = MODBUS_MODE_RTU; in test_client_setup_low_odd()256 client_param.serial.baud = MB_TEST_BAUDRATE_LOW; in test_client_setup_low_odd()257 client_param.serial.parity = UART_CFG_PARITY_ODD; in test_client_setup_low_odd()258 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()[all …]
16 const static struct modbus_iface_param client_param = { variable34 return modbus_init_client(client_iface, client_param); in init_modbus_client()