Lines Matching full:mode
165 * blocking mode.
211 * Otherwise, the transfer is performed in blocking mode, i.e. this function
212 * returns when the transfer is finished. Blocking mode is not using interrupt
222 * (blocking mode only).
240 * @note @ref NRFX_UART_EVT_TX_DONE event will be generated in non-blocking mode.
253 * Otherwise, the transfer is performed in blocking mode, meaning that this function
254 * returns when the transfer is finished. Blocking mode is not using interrupt so
257 * The receive buffer pointer is double buffered in non-blocking mode. The secondary
275 * @retval NRFX_SUCCESS If reception is complete (in case of blocking mode) or it is
276 * successfully started (in case of non-blocking mode).
279 * in non-blocking mode).
281 * (blocking mode only, also see @ref nrfx_uart_rx_disable).
291 * @brief Function for testing the receiver state in blocking mode.
323 * @note @ref NRFX_UART_EVT_TX_DONE event will be generated in non-blocking mode.
333 …* @note Function should be used in blocking mode only. In case of non-blocking mode, an error even…