![]() |
MCUSW
|
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 | |
| #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... | |
| #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.