#define | BUCK_VOUT_TRIG_PWM 0 |
Control loop Interrupt Vector Settings. More... | |
#define | BUCK_VOUT_TRIG_ADC 1 |
Buck VOUT control loop is called in ADC interrupt. More... | |
#define | BUCK_VOUT_TRIGGER_MODE BUCK_VOUT_TRIG_PWM |
Currently selected voltage loop interrupt vector. More... | |
#define | BUCK_VOUT_ISR_PRIORITY 5 |
Voltage loop interrupt vector priority (valid settings between 0...6 with 6 being the highest priority) More... | |
#define | _BUCK_VLOOP_Interrupt _PWM2Interrupt |
Interrupt vector function call label. More... | |
#define | _BUCK_VLOOP_ISR_IP _PWM2IP |
Interupt vector priority register. More... | |
#define | _BUCK_VLOOP_ISR_IF _PWM2IF |
Interupt vector flag bit register bit. More... | |
#define | _BUCK_VLOOP_ISR_IE _PWM2IE |
Interupt vector enable bit register bit. More... | |
void _BUCK_VLOOP_Interrupt | ( | void | ) | _PWM2Interrupt |
Interrupt vector function call label.
Main Control Interrupt.
void |
The control interrupt is calling the control loop. The point in time where this interrupt is thrown is determined by selecting the BUCK_VOUT_TRIGGER_MODE option.
Definition at line 818 of file epc9143_r40_hwdescr.h.
#define _BUCK_VLOOP_ISR_IE _PWM2IE |
Interupt vector enable bit register bit.
Definition at line 821 of file epc9143_r40_hwdescr.h.
#define _BUCK_VLOOP_ISR_IF _PWM2IF |
Interupt vector flag bit register bit.
Definition at line 820 of file epc9143_r40_hwdescr.h.
#define _BUCK_VLOOP_ISR_IP _PWM2IP |
Interupt vector priority register.
Definition at line 819 of file epc9143_r40_hwdescr.h.
#define BUCK_VOUT_ISR_PRIORITY 5 |
Voltage loop interrupt vector priority (valid settings between 0...6 with 6 being the highest priority)
Definition at line 810 of file epc9143_r40_hwdescr.h.
#define BUCK_VOUT_TRIG_ADC 1 |
Buck VOUT control loop is called in ADC interrupt.
Definition at line 807 of file epc9143_r40_hwdescr.h.
#define BUCK_VOUT_TRIG_PWM 0 |
Control loop Interrupt Vector Settings.
Description Control loops are called in dedicated interrupt service routines of PWM events, ADC events or triggered by timers. This section allows users to set and modify the interrupt service routine triggers and their priority to set up and optimize the control system interrupt structure. Buck VOUT control loop is called in PWM interrupt
Definition at line 806 of file epc9143_r40_hwdescr.h.
#define BUCK_VOUT_TRIGGER_MODE BUCK_VOUT_TRIG_PWM |
Currently selected voltage loop interrupt vector.
Definition at line 809 of file epc9143_r40_hwdescr.h.