Lines Matching full:mode
174 * blocking mode.
220 * Otherwise, the transfer is performed in blocking mode, i.e. this function
221 * returns when the transfer is finished. Blocking mode is not using interrupt
238 * (blocking mode only).
257 * @note @ref NRFX_UARTE_EVT_TX_DONE event will be generated in non-blocking mode.
270 * Otherwise, the transfer is performed in blocking mode, i.e. this function
271 * returns when the transfer is finished. Blocking mode is not using interrupt so
273 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
292 * in non-blocking mode).
294 * (blocking mode only).
305 * @brief Function for testing the receiver state in blocking mode.
316 * @note @ref NRFX_UARTE_EVT_RX_DONE event will be generated in non-blocking mode.
326 …* @note Function should be used in blocking mode only. In case of non-blocking mode, an error even…