1 # modbus_set_bits_from_byte
5 modbus_set_bits_from_byte - set many bits from a single byte value
11 void modbus_set_bits_from_byte(uint8_t *dest, int index, const uint8_t value);
16 The *modbus_set_bits_from_byte()* function shall set many bits from a single
17 byte. All 8 bits from the byte `value` will be written to `dest` array starting
22 There is no return values.
26 - [modbus_set_bits_from_byte](modbus_set_bits_from_byte.md)
27 - [modbus_set_bits_from_bytes](modbus_set_bits_from_bytes.md)