Searched refs:pucRegCoilsBuf (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/ |
D | mbc_serial_master.c | 567 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/ |
D | mbc_tcp_master.c | 681 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()
|