Bar Logo 3.8/7.6 kw Totem pole Demonstration Application (Part-No. (not specified))
 
Content
     
Loading...
Searching...
No Matches
adc_types.h
Go to the documentation of this file.
1
17/*
18© [2024] Microchip Technology Inc. and its subsidiaries.
19
20 Subject to your compliance with these terms, you may use Microchip
21 software and any derivatives exclusively with Microchip products.
22 You are responsible for complying with 3rd party license terms
23 applicable to your use of 3rd party software (including open source
24 software) that may accompany Microchip software. SOFTWARE IS ?AS IS.?
25 NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS
26 SOFTWARE, INCLUDING ANY IMPLIED WARRANTIES OF NON-INFRINGEMENT,
27 MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT
28 WILL MICROCHIP BE LIABLE FOR ANY INDIRECT, SPECIAL, PUNITIVE,
29 INCIDENTAL OR CONSEQUENTIAL LOSS, DAMAGE, COST OR EXPENSE OF ANY
30 KIND WHATSOEVER RELATED TO THE SOFTWARE, HOWEVER CAUSED, EVEN IF
31 MICROCHIP HAS BEEN ADVISED OF THE POSSIBILITY OR THE DAMAGES ARE
32 FORESEEABLE. TO THE FULLEST EXTENT ALLOWED BY LAW, MICROCHIP?S
33 TOTAL LIABILITY ON ALL CLAIMS RELATED TO THE SOFTWARE WILL NOT
34 EXCEED AMOUNT OF FEES, IF ANY, YOU PAID DIRECTLY TO MICROCHIP FOR
35 THIS SOFTWARE.
36*/
37
38#ifndef ADC_TYPES_H
39#define ADC_TYPES_H
40
41// Section: Included Files
42
43// Section: Data Type Definitions
44
45
64
65
84
97
105{
107 ADC_MAX_CMPS = 0
109
121
131
132#endif //ADC_TYPES_H
@ ADC_12_BIT_RESOLUTION
Definition adc_types.h:95
@ ADC_6_BIT_RESOLUTION
Definition adc_types.h:92
@ ADC_8_BIT_RESOLUTION
Definition adc_types.h:93
@ ADC_10_BIT_RESOLUTION
Definition adc_types.h:94
@ ADC_PWM_TRIGGERS_NOT_AVAILABLE
Definition adc_types.h:129
@ ADC_MAX_CMPS
Definition adc_types.h:107
@ MAX_CMPS
Definition adc_types.h:106
@ ADC_PWM_HS_NOT_AVAILABLE
Definition adc_types.h:119
@ CORE_0
Definition adc_types.h:77
@ ADC_CORE_1
Definition adc_types.h:80
@ ADC_MAX_DEDICATED_CORES
Definition adc_types.h:82
@ MAX_DEDICATED_CORES
Definition adc_types.h:81
@ ADC_CORE_0
Definition adc_types.h:78
@ CORE_1
Definition adc_types.h:79
@ ADC_MAX_CHANNELS
Definition adc_types.h:62
@ IL1_F
Definition adc_types.h:59
@ FB_AC_N
Definition adc_types.h:58
@ MAX_CHANNELS
Definition adc_types.h:61
@ IL2_F
Definition adc_types.h:60
@ FB_Vout
Definition adc_types.h:57
ADC_RESOLUTION_TYPE
Defines the supported ADC resolution types.
Definition adc_types.h:91
ADC_PWM_TRIGGERS
Defines the PWM triggers that are available in each individual PWM.
Definition adc_types.h:128
ADC_CMP
Defines the ADC comparators that are available for the module to use.
Definition adc_types.h:105
ADC_PWM_INSTANCE
Defines the ADC PWM trigger sources that are available for the module to use.
Definition adc_types.h:118
ADC_DEDICATED_CORE
Defines the ADC cores that are available for the module to use.
Definition adc_types.h:76
ADC_CHANNEL
Defines the ADC channles that are selected from the MCC Melody User Interface for the ADC conversions...
Definition adc_types.h:56