Home
last modified time | relevance | path

Searched defs:xLength (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c285 int xLength = 0; in xMBTCPPortMasterGetBuf() local
325 int xLength = 0; in vMBTCPPortMasterReadPacket() local
/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c274 … int xLength = recv(pxClientInfo->xSockId, &pxClientInfo->pucTCPBuf[pxClientInfo->usTCPBufPos], in xMBTCPPortRxPoll() local
/hal_espressif-3.4.0/components/freertos/
Dstream_buffer.c187 …size_t xLength; /* The length of the buffer pointed to by pucBuffer. … member