MCUSW
Adc_Irq.h File Reference

Introduction

This file contains ISR function declaration for ADC MCAL driver.

Go to the source code of this file.

Macros

ADC Driver ISR category level

Definitions for ADC Driver ISR ISR category level.

#define ADC_ISR_VOID   (0x00U)
 void ISR type More...
 
#define ADC_ISR_CAT1   (0x01U)
 Category 1 ISR type. More...
 
#define ADC_ISR_CAT2   (0x02U)
 Category 2 ISR type. More...
 

Functions

void Adc_IntISR_Fun (Adc_ChannelType AdcChannel)
 ADC ISR. More...
 

Macro Definition Documentation

◆ ADC_ISR_VOID

#define ADC_ISR_VOID   (0x00U)

void ISR type

◆ ADC_ISR_CAT1

#define ADC_ISR_CAT1   (0x01U)

Category 1 ISR type.

◆ ADC_ISR_CAT2

#define ADC_ISR_CAT2   (0x02U)

Category 2 ISR type.

Function Documentation

◆ Adc_IntISR_Fun()

void Adc_IntISR_Fun ( Adc_ChannelType  AdcChannel)

ADC ISR.