Searched defs:usLength (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.5.0/components/freemodbus/modbus/tcp/ |
D | mbtcp_m.c | 105 USHORT usLength; in eMBMasterTCPReceive() local 133 eMBMasterTCPSend( UCHAR _unused, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterTCPSend()
|
D | mbtcp.c | 106 USHORT usLength; in eMBTCPReceive() local 134 eMBTCPSend( UCHAR _unused, const UCHAR * pucFrame, USHORT usLength ) in eMBTCPSend()
|
/hal_espressif-3.5.0/components/freemodbus/port/ |
D | portserial.c | 286 USHORT usLength = uart_read_bytes(ucUartNumber, (uint8_t*)pucByte, 1, MB_SERIAL_RX_TOUT_TICKS); in xMBPortSerialGetByte() local
|
D | portserial_m.c | 282 USHORT usLength = uart_read_bytes(ucUartNumber, (uint8_t*)pucByte, 1, MB_SERIAL_RX_TOUT_TICKS); in xMBMasterPortSerialGetByte() local
|
/hal_espressif-3.5.0/components/freemodbus/modbus/rtu/ |
D | mbrtu.c | 182 eMBRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBRTUSend()
|
D | mbrtu_m.c | 188 eMBMasterRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterRTUSend()
|
/hal_espressif-3.5.0/components/freemodbus/modbus/ |
D | mb.c | 338 static USHORT usLength; in eMBPoll() local
|
D | mb_m.c | 309 static USHORT usLength; in eMBMasterPoll() local
|
/hal_espressif-3.5.0/components/freemodbus/modbus/ascii/ |
D | mbascii.c | 177 eMBASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBASCIISend()
|
D | mbascii_m.c | 182 eMBMasterASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterASCIISend()
|
/hal_espressif-3.5.0/components/freemodbus/tcp_master/port/ |
D | port_tcp_master.c | 283 static int xMBTCPPortMasterGetBuf(MbSlaveInfo_t* pxInfo, UCHAR* pucDstBuf, USHORT usLength) in xMBTCPPortMasterGetBuf()
|