Home
last modified time | relevance | path

Searched defs:ucResult (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c579 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBSerialMaster() local
587 UCHAR ucResult = xMBUtilGetBits(pucRegBuffer, iRegIndex - (usAddress % 8), 1); in eMBRegCoilsCBSerialMaster() local
/hal_espressif-3.5.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c693 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBTcpMaster() local
701 UCHAR ucResult = xMBUtilGetBits(pucRegBuffer, iRegIndex - (usAddress % 8), 1); in eMBRegCoilsCBTcpMaster() local
/hal_espressif-3.5.0/components/freemodbus/modbus/ascii/
Dmbascii.c218 UCHAR ucResult; in xMBASCIIReceiveFSM() local
Dmbascii_m.c225 UCHAR ucResult; in xMBMasterASCIIReceiveFSM() local