Lines Matching full:sample
130 /** @brief Symbol specifying width of the 8-bit sample in bits. */
346 … = offsetof(NRF_SAADC_Type, TASKS_SAMPLE), ///< Take one ADC sample. If scan is enable…
424 nrf_saadc_value_t * buffer; ///< Pointer to sample buffer.
425 uint32_t buffer_size; ///< Size of the sample buffer.
730 * @brief Function for setting the SAADC sample resolution.
739 * @brief Function for getting the SAADC sample resolution.
743 * @return Sample resolution.
766 * @brief Function for getting the sample count needed for one averaged result for a given
771 * @return Sample count.
779 * sample rate. Trigger the START task to begin continuous sampling. To stop the sampling, trigger
785 * @param[in] cc Capture and compare value. Sample rate is 16 MHz/cc.
804 * New samples can still be acquired by manually triggering the SAMPLE task or by PPI.