Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
adc_types.h
Go to the documentation of this file.
1
17/*
18© [2025] 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
68
69
88
101
109{
111 ADC_MAX_CMPS = 0
113
132
143
144#endif //ADC_TYPES_H
@ ADC_12_BIT_RESOLUTION
Definition adc_types.h:99
@ ADC_6_BIT_RESOLUTION
Definition adc_types.h:96
@ ADC_8_BIT_RESOLUTION
Definition adc_types.h:97
@ ADC_10_BIT_RESOLUTION
Definition adc_types.h:98
@ ADC_PWM_TRIGGER_1
Definition adc_types.h:140
@ ADC_PWM_TRIGGER_2
Definition adc_types.h:141
@ ADC_MAX_CMPS
Definition adc_types.h:111
@ MAX_CMPS
Definition adc_types.h:110
@ ADC_PWM_GENERATOR_2
Definition adc_types.h:129
@ ADC_PWM_GENERATOR_4
Definition adc_types.h:127
@ ADC_PWM_GENERATOR_5
Definition adc_types.h:126
@ ADC_PWM_GENERATOR_7
Definition adc_types.h:124
@ ADC_PWM_GENERATOR_1
Definition adc_types.h:130
@ ADC_PWM_GENERATOR_8
Definition adc_types.h:123
@ ADC_PWM_GENERATOR_3
Definition adc_types.h:128
@ ADC_PWM_GENERATOR_6
Definition adc_types.h:125
@ CORE_0
Definition adc_types.h:81
@ ADC_CORE_1
Definition adc_types.h:84
@ ADC_MAX_DEDICATED_CORES
Definition adc_types.h:86
@ MAX_DEDICATED_CORES
Definition adc_types.h:85
@ ADC_CORE_0
Definition adc_types.h:82
@ CORE_1
Definition adc_types.h:83
@ Channel_AN15
Definition adc_types.h:61
@ ADC_MAX_CHANNELS
Definition adc_types.h:66
@ FB_TEMP
Definition adc_types.h:60
@ FB_P_CT_FILT
Definition adc_types.h:63
@ FB_VOUT
Definition adc_types.h:57
@ I_SEC_AVG_FILT
Definition adc_types.h:64
@ MAX_CHANNELS
Definition adc_types.h:65
@ FB_5V
Definition adc_types.h:62
@ VIN_INT_AN
Definition adc_types.h:59
@ FB_VCAP
Definition adc_types.h:58
ADC_RESOLUTION_TYPE
Defines the supported ADC resolution types.
Definition adc_types.h:95
ADC_PWM_TRIGGERS
Defines the PWM triggers that are available in each individual PWM.
Definition adc_types.h:139
ADC_CMP
Defines the ADC comparators that are available for the module to use.
Definition adc_types.h:109
ADC_PWM_INSTANCE
Defines the ADC PWM trigger sources that are available for the module to use.
Definition adc_types.h:122
ADC_DEDICATED_CORE
Defines the ADC cores that are available for the module to use.
Definition adc_types.h:80
ADC_CHANNEL
Defines the ADC channles that are selected from the MCC Melody User Interface for the ADC conversions...
Definition adc_types.h:56