Lines Matching +full:enable +full:- +full:wait +full:- +full:mode
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 */
80 /* Pointer to receiver enable (nRE) pin config */
101 /* MODBUS mode */
102 enum modbus_mode mode; member
105 /* Amount of time client is willing to wait for response from server */
114 /* Wait for response semaphore */
167 * @brief Send ADU and wait certain time for response.
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.