MCUSW
Pwm Driver Interrupt Handlers

Introduction

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

PWM Driver ISR category level

Defines for PWM Driver ISR ISR category level

#define PWM_ISR_VOID   (0x00U)
 void ISR type More...
 
#define PWM_ISR_CAT1   (0x01U)
 Category 1 ISR type. More...
 
#define PWM_ISR_CAT2   (0x02U)
 Category 2 ISR type. More...
 

Macro Definition Documentation

◆ PWM_ISR_VOID

#define PWM_ISR_VOID   (0x00U)

void ISR type

◆ PWM_ISR_CAT1

#define PWM_ISR_CAT1   (0x01U)

Category 1 ISR type.

◆ PWM_ISR_CAT2

#define PWM_ISR_CAT2   (0x02U)

Category 2 ISR type.