Home
last modified time | relevance | path

Searched refs:xMBUtilGetBits (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmbutils.h100 UCHAR xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset,
/hal_espressif-3.6.0/components/freemodbus/common/
Desp_modbus_slave.c400 uint8_t result = xMBUtilGetBits((uint8_t*)reg_coils_buf, reg_index, 1); in mbc_reg_coils_slave_cb()
412 uint8_t result = xMBUtilGetBits(reg_buffer, in mbc_reg_coils_slave_cb()
455 *reg_buffer++ = xMBUtilGetBits(&discrete_input_buf[reg_index++], reg_bit_index, 8); in mbc_reg_discrete_slave_cb()
/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbutils.c86 xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits ) in xMBUtilGetBits() function
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c579 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBSerialMaster()
587 UCHAR ucResult = xMBUtilGetBits(pucRegBuffer, iRegIndex - (usAddress % 8), 1); in eMBRegCoilsCBSerialMaster()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c693 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBTcpMaster()
701 UCHAR ucResult = xMBUtilGetBits(pucRegBuffer, iRegIndex - (usAddress % 8), 1); in eMBRegCoilsCBTcpMaster()