Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c567 UCHAR* pucRegCoilsBuf = (UCHAR*)mbm_opts->mbm_reg_buffer_ptr; in eMBRegCoilsCBSerialMaster() local
573 && (pucRegCoilsBuf != NULL) in eMBRegCoilsCBSerialMaster()
579 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBSerialMaster()
588 xMBUtilSetBits((uint8_t*)pucRegCoilsBuf, iRegIndex, 1, ucResult); in eMBRegCoilsCBSerialMaster()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c681 UCHAR* pucRegCoilsBuf = (UCHAR*)mbm_opts->mbm_reg_buffer_ptr; in eMBRegCoilsCBTcpMaster() local
687 && (pucRegCoilsBuf != NULL) in eMBRegCoilsCBTcpMaster()
693 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBTcpMaster()
702 xMBUtilSetBits((uint8_t*)pucRegCoilsBuf, iRegIndex, 1, ucResult); in eMBRegCoilsCBTcpMaster()