Searched defs:pucRegBuffer (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/freemodbus/common/ |
D | esp_modbus_master.c | 190 eMBErrorCode eMBMasterRegDiscreteCB(UCHAR * pucRegBuffer, USHORT usAddress, in eMBMasterRegDiscreteCB() 204 eMBErrorCode eMBMasterRegCoilsCB(UCHAR* pucRegBuffer, USHORT usAddress, in eMBMasterRegCoilsCB() 219 eMBErrorCode eMBMasterRegHoldingCB(UCHAR * pucRegBuffer, USHORT usAddress, in eMBMasterRegHoldingCB() 234 eMBErrorCode eMBMasterRegInputCB(UCHAR * pucRegBuffer, USHORT usAddress, in eMBMasterRegInputCB()
|
D | esp_modbus_slave.c | 477 eMBErrorCode eMBRegDiscreteCB(UCHAR * pucRegBuffer, USHORT usAddress, USHORT usNDiscrete) in eMBRegDiscreteCB() 493 eMBErrorCode eMBRegCoilsCB(UCHAR* pucRegBuffer, USHORT usAddress, in eMBRegCoilsCB() 509 eMBErrorCode eMBRegHoldingCB(UCHAR * pucRegBuffer, USHORT usAddress, in eMBRegHoldingCB() 525 eMBErrorCode eMBRegInputCB(UCHAR * pucRegBuffer, USHORT usAddress, USHORT usNRegs) in eMBRegInputCB()
|
/hal_espressif-3.4.0/components/freemodbus/serial_master/modbus_controller/ |
D | mbc_serial_master.c | 469 eMBErrorCode eMBRegInputCBSerialMaster(UCHAR * pucRegBuffer, USHORT usAddress, in eMBRegInputCBSerialMaster() 509 eMBErrorCode eMBRegHoldingCBSerialMaster(UCHAR * pucRegBuffer, USHORT usAddress, in eMBRegHoldingCBSerialMaster() 558 eMBErrorCode eMBRegCoilsCBSerialMaster(UCHAR* pucRegBuffer, USHORT usAddress, in eMBRegCoilsCBSerialMaster() 611 eMBErrorCode eMBRegDiscreteCBSerialMaster(UCHAR * pucRegBuffer, USHORT usAddress, in eMBRegDiscreteCBSerialMaster()
|
/hal_espressif-3.4.0/components/freemodbus/tcp_master/modbus_controller/ |
D | mbc_tcp_master.c | 589 eMBErrorCode eMBRegInputCBTcpMaster(UCHAR* pucRegBuffer, USHORT usAddress, USHORT usNRegs) in eMBRegInputCBTcpMaster() 624 eMBErrorCode eMBRegHoldingCBTcpMaster(UCHAR *pucRegBuffer, USHORT usAddress, in eMBRegHoldingCBTcpMaster() 674 eMBErrorCode eMBRegCoilsCBTcpMaster(UCHAR *pucRegBuffer, USHORT usAddress, in eMBRegCoilsCBTcpMaster() 725 eMBErrorCode eMBRegDiscreteCBTcpMaster(UCHAR * pucRegBuffer, USHORT usAddress, in eMBRegDiscreteCBTcpMaster()
|