Lines Matching +full:current +full:- +full:lsb
5 * SPDX-License-Identifier: Apache-2.0
14 * Copyright 2003-2020 Silicon Laboratories Inc. www.silabs.com
16 * SPDX-License-Identifier: APACHE-2.0
20 * Version 2.0 available at www.apache.org/licenses/LICENSE-2.0.
84 uint8_t data[CONFIG_MODBUS_BUFFER_SIZE - 4];
101 * MSB LSB
103 * -------------------------------------
111 * (num_coils - 1) / 8 + 1
135 * MSB LSB
137 * -------------------------------------
145 * (num_di - 1) / 8 + 1
166 * the current values of the holding registers from
189 * the current value of the holding registers
244 * @param sfunc Diagnostic sub-function code
245 * @param data Sub-function data
268 * MSB LSB
270 * -------------------------------------
278 * (num_coils - 1) / 8 + 1
313 * @brief Read floating-point holding registers (FC03)
315 * Sends a Modbus message to read the value of floating-point
322 * the current values of the holding registers from
336 * @brief Write floating-point holding registers (FC16)
338 * Sends a Modbus message to write to floating-point holding registers
615 * @brief Register a user-defined function code handler.
618 * missing from Zephyr's Modbus implementation as well as add non-standard