Lines Matching full:blocking
196 * blocking mode.
268 * Otherwise, the transfer is performed in blocking mode, that is this function
269 * returns when the transfer is finished. Blocking mode is not using interrupt
279 * (blocking mode only).
297 * @note @ref NRFX_UART_EVT_TX_DONE event will be generated in non-blocking mode.
310 * Otherwise, the transfer is performed in blocking mode, that is this function
311 * returns when the transfer is finished. Blocking mode is not using interrupt so
313 * The receive buffer pointer is double-buffered in non-blocking mode. The secondary
331 * @retval NRFX_SUCCESS Reception is complete (in case of blocking mode) or it is
332 * successfully started (in case of non-blocking mode).
335 * in non-blocking mode).
337 * (blocking mode only, also see @ref nrfx_uart_rx_disable).
345 * @brief Function for testing the receiver state in blocking mode.
377 * @note @ref NRFX_UART_EVT_TX_DONE event will be generated in non-blocking mode.
387 …* @note Function must be used in blocking mode only. In case of non-blocking mode, an error event …