Lines Matching full:in

5  * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
159 …* @param[in] p_event Pointer to event structure. Event is allocated on the stack so it is avail…
161 * @param[in] p_context Context passed to interrupt handler, set on initialization.
171 * @param[in] p_instance Pointer to the driver instance structure.
172 * @param[in] p_config Pointer to the structure with initial configuration.
173 * @param[in] event_handler Event handler provided by the user. If not provided driver works in
179 * instance ID is already in use. This is
189 * @param[in] p_instance Pointer to the driver instance structure.
196 * @param[in] p_instance Pointer to the driver instance structure.
197 * @param[in] task Task.
207 * @param[in] p_instance Pointer to the driver instance structure.
208 * @param[in] event Event.
218 * If an event handler was provided in nrfx_uarte_init() call, this function
220 * Otherwise, the transfer is performed in blocking mode, i.e. this function
225 * to be placed in the Data RAM region. If this condition is not met,
228 * @param[in] p_instance Pointer to the driver instance structure.
229 * @param[in] p_data Pointer to data.
230 * @param[in] length Number of bytes to send. Maximum possible length is
232 * description in the Product Specification). The driver
248 * @param[in] p_instance Pointer to the driver instance structure.
257 * @note @ref NRFX_UARTE_EVT_TX_DONE event will be generated in non-blocking mode.
261 * @param[in] p_instance Pointer to the driver instance structure.
268 * If an event handler was provided in the nrfx_uarte_init() call, this function
270 * Otherwise, the transfer is performed in blocking mode, i.e. this function
273 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
279 * to be placed in the Data RAM region. If this condition is not met,
282 * @param[in] p_instance Pointer to the driver instance structure.
283 * @param[in] p_data Pointer to data.
284 * @param[in] length Number of bytes to receive. Maximum possible length is
286 * description in the Product Specification). The driver
292 * in non-blocking mode).
305 * @brief Function for testing the receiver state in blocking mode.
307 * @param[in] p_instance Pointer to the driver instance structure.
316 * @note @ref NRFX_UARTE_EVT_RX_DONE event will be generated in non-blocking mode.
320 * @param[in] p_instance Pointer to the driver instance structure.
326 …* @note Function should be used in blocking mode only. In case of non-blocking mode, an error even…
329 * @param[in] p_instance Pointer to the driver instance structure.