MCUSW
|
This file contains ISR function declaration for GPT MCAL driver.
Go to the source code of this file.
Macros | |
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... | |
Typedefs | |
typedef void(* | Gpt_IsrRefType) (uint32 fnParameter) |
Typedef for the ISR Function Array. More... | |
Functions | |
void | Gpt_IntISR_Fun (Gpt_ChannelType gptChannel) |
GPT Channel ISR. More... | |