104#define GPT_ISR_VOID (0x00U)
106#define GPT_ISR_CAT1 (0x01U)
108#define GPT_ISR_CAT2 (0x02U)
This file contains interface header for GPT MCAL driver.
uint32 Gpt_ChannelType
Type describing the Gpt channel.
Definition Gpt.h:311
void Gpt_IntISR_Fun(Gpt_ChannelType gptChannel)
GPT Channel ISR.
void(* Gpt_IsrRefType)(uint32 fnParameter)
Typedef for the ISR Function Array.
Definition Gpt_Irq.h:112