Home
last modified time | relevance | path

Searched defs:ucSlaveAddress (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/modbus/rtu/
Dmbrtu.c78 eMBRTUInit( UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBRTUInit()
182 eMBRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBRTUSend()
Dmbrtu_m.c188 eMBMasterRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterRTUSend()
/hal_espressif-3.5.0/components/freemodbus/modbus/ascii/
Dmbascii.c100 eMBASCIIInit( UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBASCIIInit()
177 eMBASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBASCIISend()
Dmbascii_m.c182 eMBMasterASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterASCIISend()
/hal_espressif-3.5.0/components/freemodbus/modbus/
Dmb.c131 eMBInit( eMBMode eMode, UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBInit()
/hal_espressif-3.5.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c489 BOOL xMBTCPPortMasterAddSlaveIp(const USHORT usIndex, const CHAR* pcIpStr, UCHAR ucSlaveAddress) in xMBTCPPortMasterAddSlaveIp()