Lines Matching +full:de +full:- +full:enable
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.
49 /* Diagnostic sub-function codes */
74 /* RTU timeout (maximum inter-frame delay) */
78 /* Pointer to driver enable (DE) pin config */
79 struct gpio_dt_spec *de; member
80 /* Pointer to receiver enable (nRE) pin config */
172 * -ENOTSUP if Modbus mode is not supported,
173 * -ETIMEDOUT on timeout,
174 * -EMSGSIZE on length error,
175 * -EIO on CRC error.
204 * @brief Enable serial line reception.
216 * -ENOTSUP if serial line mode is not supported,
217 * -EMSGSIZE on length error,
218 * -EIO on CRC error.
228 * -ENOTSUP if serial line mode is not supported.