MCUSW
Loading...
Searching...
No Matches
ICU Driver Interrupt Handlers

Introduction

This file defines the interrupt handlers for all instance of timer/channels

ICU Driver ISR category level

Definitions for ICU Driver ISR ISR category level.

void Icu_IntISR_Fun (Icu_ChannelType Icu_Channel)
 ICU ISR.
 
#define ICU_ISR_VOID   (0x00U)
 void ISR type
 
#define ICU_ISR_CAT1   (0x01U)
 Category 1 ISR type.
 
#define ICU_ISR_CAT2   (0x02U)
 Category 2 ISR type.
 

Macro Definition Documentation

◆ ICU_ISR_VOID

#define ICU_ISR_VOID   (0x00U)

void ISR type

◆ ICU_ISR_CAT1

#define ICU_ISR_CAT1   (0x01U)

Category 1 ISR type.

◆ ICU_ISR_CAT2

#define ICU_ISR_CAT2   (0x02U)

Category 2 ISR type.

Function Documentation

◆ Icu_IntISR_Fun()

void Icu_IntISR_Fun ( Icu_ChannelType Icu_Channel)

ICU ISR.