![]() |
MCUSW
|
This file defines the interrupt handlers for all instance of timer/channels
GPT Driver ISR category level | |
Definitions for GPT Driver ISR ISR category level. | |
| typedef void(* | Gpt_IsrRefType) (uint32 fnParameter) |
| Typedef for the ISR Function Array. | |
| void | Gpt_IntISR_Fun (Gpt_ChannelType gptChannel) |
| GPT Channel ISR. | |
| #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. | |
| #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.