MCUSW
Gpt Driver Interrupt Handlers

Introduction

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

Functions

void Gpt_IntISR_Fun (Gpt_ChannelType gptChannel)
 GPT Channel ISR. More...
 

Typedefs

typedef void(* Gpt_IsrRefType) (uint32 fnParameter)
 Typedef for the ISR Function Array. More...
 

GPT Driver ISR category level

Definitions for GPT Driver ISR ISR category level.

#define GPT_ISR_VOID   (0x00U)
 void ISR type More...
 
#define GPT_ISR_CAT1   (0x01U)
 Category 1 ISR type. More...
 
#define GPT_ISR_CAT2   (0x02U)
 Category 2 ISR type. More...
 

Macro Definition Documentation

◆ GPT_ISR_VOID

#define GPT_ISR_VOID   (0x00U)

void ISR type

◆ GPT_ISR_CAT1

#define GPT_ISR_CAT1   (0x01U)

Category 1 ISR type.

◆ GPT_ISR_CAT2

#define GPT_ISR_CAT2   (0x02U)

Category 2 ISR type.

Typedef Documentation

◆ Gpt_IsrRefType

typedef void(* Gpt_IsrRefType) (uint32 fnParameter)

Typedef for the ISR Function Array.

Function Documentation

◆ Gpt_IntISR_Fun()

void Gpt_IntISR_Fun ( Gpt_ChannelType  gptChannel)

GPT Channel ISR.