Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/subsys/modbus/src/
Dtest_modbus_client.c15 const static uint16_t offset_oor = 32; variable
16 const static uint16_t fp_offset_oor = fp_offset + offset_oor;
57 err = modbus_write_coil(client_iface, node, offset_oor, true); in test_coil_wr_rd()
60 err = modbus_write_coils(client_iface, node, offset_oor, coil, coil_qty); in test_coil_wr_rd()
79 err = modbus_read_dinputs(client_iface, node, offset_oor, di, di_qty); in test_di_rd()
98 offset_oor, in test_input_reg()
118 err = modbus_write_holding_reg(client_iface, node, offset_oor, 0xcafe); in test_holding_reg()
131 offset_oor, in test_holding_reg()