Home
last modified time | relevance | path

Searched refs:ucMasterSndBuf (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/freemodbus/modbus/rtu/
Dmbrtu_m.c70 extern volatile UCHAR ucMasterSndBuf[];
81 static volatile UCHAR *ucMasterRTUSndBuf = ucMasterSndBuf;
/hal_espressif-3.4.0/components/freemodbus/modbus/ascii/
Dmbascii_m.c80 extern volatile UCHAR ucMasterSndBuf[];
95 static volatile UCHAR *ucMasterASCIISndBuf = ucMasterSndBuf;
/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb_m.c74 volatile UCHAR ucMasterSndBuf[MB_SERIAL_BUF_SIZE]; variable
504 *pucFrame = ( UCHAR * ) &ucMasterSndBuf[MB_SER_PDU_PDU_OFF]; in vMBMasterGetPDUSndBuf()