Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/tcp/
H A Dmbtcp.c109 USHORT usLength; in eMBTCPReceive() local
137 eMBTCPSend( UCHAR _unused, const UCHAR * pucFrame, USHORT usLength ) in eMBTCPSend()
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/rtu/
H A Dmbrtu.c185 eMBRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBRTUSend()
H A Dmbrtu_m.c192 eMBMasterRTUSend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBMasterRTUSend()
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/
H A Dmb.c341 static USHORT usLength; in eMBPoll() local
H A Dmb_m.c259 static USHORT usLength; in eMBMasterPoll() local
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/ascii/
H A Dmbascii.c185 eMBASCIISend( UCHAR ucSlaveAddress, const UCHAR * pucFrame, USHORT usLength ) in eMBASCIISend()