1MODBUS_SET_BITS_FROM(3) Libmodbus Manual MODBUS_SET_BITS_FROM(3)
2
3
4
6 modbus_set_bits_from_byte - set many bits from a single byte value
7
9 void modbus_set_bits_from_byte(uint8_t *dest, int index, const uint8_t
10 value);
11
13 The modbus_set_bits_from_byte function shall set many bits from a
14 single byte. All 8 bits from the byte value will be written to dest
15 array starting at index position.
16
18 There is no return values.
19
21 modbus_set_bits_from_byte(3) modbus_set_bits_from_bytes(3)
22
24 The libmodbus documentation was written by Stéphane Raimbault
25 <stephane.raimbault@gmail.com[1]>
26
28 1. stephane.raimbault@gmail.com
29 mailto:stephane.raimbault@gmail.com
30
31
32
33libmodbus 3.0.8 07/31/2019 MODBUS_SET_BITS_FROM(3)