Searched refs:xMBUtilGetBits (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/freemodbus/modbus/include/ |
D | mbutils.h | 100 UCHAR xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset,
|
/hal_espressif-3.6.0/components/freemodbus/common/ |
D | esp_modbus_slave.c | 400 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/ |
D | mbutils.c | 86 xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits ) in xMBUtilGetBits() function
|
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/ |
D | mbc_serial_master.c | 579 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/ |
D | mbc_tcp_master.c | 693 UCHAR ucResult = xMBUtilGetBits((UCHAR*)pucRegCoilsBuf, iRegIndex, 1); in eMBRegCoilsCBTcpMaster() 701 UCHAR ucResult = xMBUtilGetBits(pucRegBuffer, iRegIndex - (usAddress % 8), 1); in eMBRegCoilsCBTcpMaster()
|