Lines Matching full:sample
403 //! Sets the sample/hold time for the specified memory register range. The
404 //! duration of time required for a sample differs depending on the user's
442 //! Configures the ADC module to use a multiple memory sample scheme. This
444 //! multiple memory locations. The first sample/conversion will be placed in
445 //! memoryStart, while the last sample will be stored in memoryEnd.
450 //! ADC module to resume sampling once the initial sample/conversion set is
451 //! executed. For multi-sample mode, this means that the sampling of the
454 //! \param memoryStart Memory location to store first sample/conversion
457 //! \param memoryEnd Memory location to store last sample.
460 //! \param repeatMode Specifies whether or not to repeat the conversion/sample
461 //! cycle after the first round of sample/conversions. Valid values
478 //! ADC module to resume sampling once the initial sample/conversion set is
479 //! executed. In single sample mode, this will cause the ADC module to
480 //! continuously sample into the memory destination provided.
482 //! \param memoryDestination Memory location to store sample/conversion
486 //! \param repeatMode Specifies whether or not to repeat the conversion/sample
487 //! cycle after the first round of sample/conversions
538 //! Returns a boolean value that tells if a conversion/sample is in progress
597 //! \param windowSelect Memory location to store sample/conversion
637 //! \param window Memory location to store sample/conversion
693 //! \param res conversion result of the last multi-sequence sample
718 //! \param res conversion result of the last multi-sequence sample
733 //! updated during a sample or conversion cycle. This is used to optimize
778 //! multi sample and conversion mode.
780 //! iteration when using the sample timer. Valid values are:
783 //! of each sample/conversion cycle.
784 //! - \b ADC_AUTOMATIC_ITERATION After one sample/convert is finished, the ADC
785 //! module will automatically continue on to the next sample
795 //! Disables SAMPCON from being sourced from the sample timer.