Lines Matching full:when
54 NRFX_ADC_EVT_DONE, ///< Event generated when the buffer is filled with samples.
55 NRFX_ADC_EVT_SAMPLE, ///< Event generated when the requested channel is sampled.
133 * This function is called when the requested number of samples has been processed.
164 * This function configures and enables the channel. When @ref nrfx_adc_buffer_convert is
167 * This function can be called only when there is no conversion in progress
178 * This function can be called only when there is no conversion in progress
186 * This function can be called only when there is no conversion in progress
204 * function returns when the conversion is started, and the result is provided in an event (driver
221 * If the driver is initialized in non-blocking mode, this function returns when the first
222 * conversion is set up. When the buffer is filled, the application is notified by the event
223 * handler. If the driver is initialized in blocking mode, the function returns when the buffer is