Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/rtu/
Dmbrtu.c78 eMBRTUInit( UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBRTUInit() argument
83 ( void )ucSlaveAddress; in eMBRTUInit()
182 eMBRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBRTUSend() argument
200 pucSndBufferCur[MB_SER_PDU_ADDR_OFF] = ucSlaveAddress; in eMBRTUSend()
Dmbrtu_m.c188 eMBMasterRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterRTUSend() argument
193 if ( ucSlaveAddress > MB_MASTER_TOTAL_SLAVE_NUM ) return MB_EINVAL; in eMBMasterRTUSend()
208 pucMasterSndBufferCur[MB_SER_PDU_ADDR_OFF] = ucSlaveAddress; in eMBMasterRTUSend()
/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb.c131 eMBInit( eMBMode eMode, UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBInit() argument
136 if( ( ucSlaveAddress == MB_ADDRESS_BROADCAST ) || in eMBInit()
137 ( ucSlaveAddress < MB_ADDRESS_MIN ) || ( ucSlaveAddress > MB_ADDRESS_MAX ) ) in eMBInit()
143 ucMBAddress = ucSlaveAddress; in eMBInit()
/hal_espressif-3.4.0/components/freemodbus/modbus/ascii/
Dmbascii.c100 eMBASCIIInit( UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBASCIIInit() argument
103 ( void )ucSlaveAddress; in eMBASCIIInit()
177 eMBASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBASCIISend() argument
194 pucSndBufferCur[MB_SER_PDU_ADDR_OFF] = ucSlaveAddress; in eMBASCIISend()
Dmbascii_m.c182 eMBMasterASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterASCIISend() argument
187 if ( ucSlaveAddress > MB_MASTER_TOTAL_SLAVE_NUM ) return MB_EINVAL; in eMBMasterASCIISend()
201 pucMasterSndBufferCur[MB_SER_PDU_ADDR_OFF] = ucSlaveAddress; in eMBMasterASCIISend()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h111 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress);
Dport_tcp_master.c489 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress) in xMBTCPPortMasterAddSlaveIp() argument
500 xSlaveAddrInfo.ucSlaveAddr = ucSlaveAddress; in xMBTCPPortMasterAddSlaveIp()
/hal_espressif-3.4.0/components/freemodbus/modbus/include/
Dmb.h151 eMBErrorCode eMBInit( eMBMode eMode, UCHAR ucSlaveAddress,