Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/functions/
Dmbfuncholding_m.c117 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_SIZE ); in eMBMasterReqWriteHoldingRegister()
195 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_MUL_SIZE_MIN + 2*usNRegs ); in eMBMasterReqWriteMultipleHoldingRegister()
281 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadHoldingRegister()
387vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READWRITE_SIZE_MIN + 2*usNWriteRegs ); in eMBMasterReqReadWriteMultipleHoldingRegister()
Dmbfunccoils_m.c105 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadCoils()
212 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_SIZE ); in eMBMasterReqWriteCoil()
322 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_WRITE_MUL_SIZE_MIN + ucByteCount ); in eMBMasterReqWriteMultipleCoils()
Dmbfuncinput_m.c88 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadInputRegister()
Dmbfuncdisc_m.c89 vMBMasterSetPDUSndLength( MB_PDU_SIZE_MIN + MB_PDU_REQ_READ_SIZE ); in eMBMasterReqReadDiscreteInputs()
/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmb_m.h396 void vMBMasterSetPDUSndLength( USHORT SendPDULength );
/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c508 void vMBMasterSetPDUSndLength( USHORT SendPDULength ) in vMBMasterSetPDUSndLength() function