Microchip® Advanced Software Framework

adc_dev_inst Struct Reference

ADC driver software instance structure.

Device instance structure for a ADC driver instance. This structure should be initialized by the adc_init() function to associate the instance with a particular hardware module of the device.

#include <adcife.h>

Data Fields

struct adc_configadc_cfg
 Pointer to ADC configuration structure. More...
 
Adcife * hw_dev
 Base address of the ADC module. More...
 

struct adc_config* adc_dev_inst::adc_cfg

Pointer to ADC configuration structure.

Referenced by adc_init().