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_AC_N , IL1_F , IL2_F , MAX_CHANNELS = 4 , ADC_MAX_CHANNELS = 4 } |
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_HS_NOT_AVAILABLE } |
Defines the ADC PWM trigger sources that are available for the module to use. More... | |
enum | ADC_PWM_TRIGGERS { ADC_PWM_TRIGGERS_NOT_AVAILABLE } |
Defines the PWM triggers that are available in each individual PWM. More... | |
ADC Generated Driver Types Header File
Definition in file adc_types.h.