This is the generated driver types header file for the ADC driver. More...
Go to the source code of this file.
Enumerations | |
enum | ADC_CHANNEL { FB_VOUT , FB_VCAP , VIN_INT_AN , FB_TEMP , Channel_AN15 , FB_5V , FB_P_CT_FILT , I_SEC_AVG_FILT , MAX_CHANNELS = 8 , ADC_MAX_CHANNELS = 8 } |
Defines the ADC channles that are selected from the MCC Melody User Interface for the ADC conversions. More... | |
enum | ADC_DEDICATED_CORE { CORE_0 = 0 , ADC_CORE_0 = 0 , CORE_1 = 1 , ADC_CORE_1 = 1 , MAX_DEDICATED_CORES = 2 , ADC_MAX_DEDICATED_CORES = 2 } |
Defines the ADC cores that are available for the module to use. More... | |
enum | ADC_RESOLUTION_TYPE { ADC_6_BIT_RESOLUTION = 0x0 , ADC_8_BIT_RESOLUTION = 0x1 , ADC_10_BIT_RESOLUTION = 0x2 , ADC_12_BIT_RESOLUTION = 0x3 } |
Defines the supported ADC resolution types. More... | |
enum | ADC_CMP { MAX_CMPS = 0 , ADC_MAX_CMPS = 0 } |
Defines the ADC comparators that are available for the module to use. More... | |
enum | ADC_PWM_INSTANCE { ADC_PWM_GENERATOR_8 , ADC_PWM_GENERATOR_7 , ADC_PWM_GENERATOR_6 , ADC_PWM_GENERATOR_5 , ADC_PWM_GENERATOR_4 , ADC_PWM_GENERATOR_3 , ADC_PWM_GENERATOR_2 , ADC_PWM_GENERATOR_1 } |
Defines the ADC PWM trigger sources that are available for the module to use. More... | |
enum | ADC_PWM_TRIGGERS { ADC_PWM_TRIGGER_1 = 1 , ADC_PWM_TRIGGER_2 = 2 } |
Defines the PWM triggers that are available in each individual PWM. More... | |
ADC Generated Driver Types Header File
Definition in file adc_types.h.