Synergy Software Package User's Manual

#include <r_sdadc.h>

Data Fields

uint8_t calibration_end_ipl
 Calibration end interrupt priority.
 
uint8_t conversion_end_ipl
 Conversion end interrupt priority.
 
bool skip_internal_calibration
 Whether to skip internal calibration of of the PGA during open.
 
sdadc_vref_src_t vref_src
 Source of Vref (internal or external)
 
sdadc_vref_voltage_t vref_voltage
 
sdadc_channel_cfg_t const * p_channel_cfgs [SDADC_MAX_NUM_CHANNELS]
 Configuration for each channel, set to NULL if unused.
 

Detailed Description

SDADC configuration extension. This extension is required and must be provided in adc_cfg_t::p_extend.

Field Documentation

◆ vref_voltage

sdadc_vref_voltage_t adc_on_sdadc_cfg_t::vref_voltage

Voltage of Vref, required for both internal and external Vref. If Vref is from an external source, the voltage must match the specified voltage within 3%.


The documentation for this struct was generated from the following file: