Home
last modified time | relevance | path

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

/dports/comms/libmodbus/libmodbus-3.1.6/src/
H A Dmodbus.c340 int _modbus_receive_msg(modbus_t *ctx, uint8_t *msg, msg_type_t msg_type) in _modbus_receive_msg() function
508 return _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in modbus_receive_confirmation()
1059 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in read_io_status()
1168 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in read_registers()
1259 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in write_single()
1344 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in modbus_write_bits()
1394 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in modbus_write_registers()
1430 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in modbus_mask_write_register()
1500 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in modbus_write_and_read_registers()
1544 rc = _modbus_receive_msg(ctx, rsp, MSG_CONFIRMATION); in modbus_report_slave_id()
H A Dmodbus-private.h108 int _modbus_receive_msg(modbus_t *ctx, uint8_t *msg, msg_type_t msg_type);
H A Dmodbus-rtu.c310 _modbus_receive_msg(ctx, req, MSG_CONFIRMATION); in _modbus_rtu_receive()
318 rc = _modbus_receive_msg(ctx, req, MSG_INDICATION); in _modbus_rtu_receive()
H A Dmodbus-tcp.c176 return _modbus_receive_msg(ctx, req, MSG_INDICATION); in _modbus_tcp_receive()