modbus_set_bits_from_byte - set many bits from a single byte value
Contents
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.
Name
modbus_set_bits_from_byte - set many bits from a single byte value
Return Value
There is no return values.
See Also
modbus_set_bits_from_byte(3) modbus_set_bits_from_bytes(3)
Synopsis
voidmodbus_set_bits_from_byte(uint8_t*dest,intindex,constuint8_tvalue);
