MCUSW
Loading...
Searching...
No Matches
Gpt_Irq.h File Reference

Introduction

This file contains ISR function declaration for GPT MCAL driver.

Go to the source code of this file.

GPT Driver ISR category level

Definitions for GPT Driver ISR ISR category level.

#define GPT_ISR_VOID   (0x00U)
 void ISR type
 
#define GPT_ISR_CAT1   (0x01U)
 Category 1 ISR type.
 
#define GPT_ISR_CAT2   (0x02U)
 Category 2 ISR type.
 
typedef void(* Gpt_IsrRefType) (uint32 fnParameter)
 Typedef for the ISR Function Array.
 
void Gpt_IntISR_Fun (Gpt_ChannelType gptChannel)
 GPT Channel ISR.