modbus_set_bits_from_byte - Man Page
set many bits from a single byte value
Synopsis
void modbus_set_bits_from_byte(uint8_t *dest, int index, const uint8_t value);
Description
The modbus_set_bits_from_byte() function shall set many bits from a single byte. All 8 bits from the byte value will be written to dest array starting at index position.
Return Value
There is no return values.
See Also
modbus_set_bits_from_byte(3) modbus_set_bits_from_bytes(3)
Authors
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com>
Referenced By
libmodbus(7), modbus_get_byte_from_bits(3), modbus_set_bits_from_bytes(3).
07/20/2023 libmodbus v3.1.7 libmodbus Manual