Lines Matching full:blocking

350  * The conversion can be done in a blocking or non-blocking manner.
357 * the conversion will be performed in the blocking manner.
372 * The conversions can be done in a blocking or non-blocking manner. When performing conversions
373 * in the non-blocking manner and @ref nrfx_saadc_adv_config_t.internal_timer_cc is set to 0,
376 …* When performing conversions in the non-blocking manner and @ref nrfx_saadc_adv_config_t.start_on…
380 * conversions in the blocking manner, @ref nrfx_saadc_mode_trigger() may need to be called several
384 * @note The internal timer can only be used in the non-blocking mode.
390 * the conversion will be performed in the blocking manner.
396 * * internal timer in the blocking mode,
424 …* @retval NRFX_SUCCESS Operation finished successfully in the blocking manner or start…
425 * successfully in the non-blocking manner.
426 …val NRFX_ERROR_BUSY The driver is performing the conversion in the advanced blocking mode.
431 * in the non-blocking manner or the driver is in the idle mode.
438 * @warning Aborting blocking conversion or calibration from different context is not supported.
439 * Perform the operation in non-blocking manner instead.
453 * to be configured. Only non-blocking conversions can be monitored.
465 * @retval NRFX_ERROR_FORBIDDEN Attempt to activate the limits for blocking conversions.
474 * the calibration will be performed in the blocking manner.
476 * @retval NRFX_SUCCESS Calibration finished successfully in the blocking manner
477 * or started successfully in the non-blocking manner.