Class AdcChannelConfiguration
- Namespace
- nanoFramework.GiantGecko.Adc
- Assembly
- nanoFramework.GiantGecko.Adc.dll
ADC Channel configuration, common for single conversion and scan sequence.
public class AdcChannelConfiguration
- Inheritance
-
AdcChannelConfiguration
- Inherited Members
- Extension Methods
Constructors
AdcChannelConfiguration()
public AdcChannelConfiguration()
Properties
AquisitionTime
Acquisition time (in ADC clock cycles).
public AquisitionTime AquisitionTime { get; set; }
Property Value
ChannelMode
Channel mode: single ended or differential.
public AdcChannelMode ChannelMode { get; set; }
Property Value
IsPrsEnabled
Returns whether the peripheral reflex system trigger is enable, based on the PrsSampleTrigger setting.
public bool IsPrsEnabled { get; }
Property Value
PrsSampleTrigger
Peripheral reflex system trigger selection.
public PrsSampleTrigger PrsSampleTrigger { get; set; }
Property Value
ReferenceVoltage
Sample reference selection.
public ReferenceVoltage ReferenceVoltage { get; set; }
Property Value
Remarks
Note that, for external references, the ADC calibration register must be set explicitly.
SampleResolution
Sample resolution.
public SampleResolution SampleResolution { get; set; }