Home
last modified time | relevance | path

Searched refs:usCoils (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c570 USHORT usCoils = usNCoils; in eMBRegCoilsCBSerialMaster() local
578 while (usCoils > 0) { in eMBRegCoilsCBSerialMaster()
582 usCoils--; in eMBRegCoilsCBSerialMaster()
586 while (usCoils > 0) { in eMBRegCoilsCBSerialMaster()
590 usCoils--; in eMBRegCoilsCBSerialMaster()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c684 USHORT usCoils = usNCoils; in eMBRegCoilsCBTcpMaster() local
692 while (usCoils > 0) { in eMBRegCoilsCBTcpMaster()
696 usCoils--; in eMBRegCoilsCBTcpMaster()
700 while (usCoils > 0) { in eMBRegCoilsCBTcpMaster()
704 usCoils--; in eMBRegCoilsCBTcpMaster()