Home
last modified time | relevance | path

Searched defs:usLength (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/modbus/tcp/
Dmbtcp_m.c105 USHORT usLength; in eMBMasterTCPReceive() local
133 eMBMasterTCPSend( UCHAR _unused, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterTCPSend()
Dmbtcp.c106 USHORT usLength; in eMBTCPReceive() local
134 eMBTCPSend( UCHAR _unused, const UCHAR * pucFrame, USHORT usLength ) in eMBTCPSend()
/hal_espressif-3.5.0/components/freemodbus/port/
Dportserial.c286 USHORT usLength = uart_read_bytes(ucUartNumber, (uint8_t*)pucByte, 1, MB_SERIAL_RX_TOUT_TICKS); in xMBPortSerialGetByte() local
Dportserial_m.c282 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/
Dmbrtu.c182 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/
Dmb.c338 static USHORT usLength; in eMBPoll() local
Dmb_m.c309 static USHORT usLength; in eMBMasterPoll() local
/hal_espressif-3.5.0/components/freemodbus/modbus/ascii/
Dmbascii.c177 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/tcp_master/port/
Dport_tcp_master.c283 static int xMBTCPPortMasterGetBuf(MbSlaveInfo_t* pxInfo, UCHAR* pucDstBuf, USHORT usLength) in xMBTCPPortMasterGetBuf()