4kW dsPIC33C PSFB DC-DC DA (Part-No. )
Content
Loading...
Searching...
No Matches
vloop_dcdt.h
Go to the documentation of this file.
1
36
#ifndef _VLOOP_DCDT_DEFINES_H
37
#define _VLOOP_DCDT_DEFINES_H
38
103
// Compensator Coefficient Defines
104
#define VLOOP_COMP_2P2Z_COEFF_A1 0x6A0F
105
#define VLOOP_COMP_2P2Z_COEFF_A2 0x15F0
106
#define VLOOP_COMP_2P2Z_COEFF_B0 0x7098
107
#define VLOOP_COMP_2P2Z_COEFF_B1 0x0048
108
#define VLOOP_COMP_2P2Z_COEFF_B2 0x8FB0
109
#define VLOOP_COMP_2P2Z_POSTSCALER 0x7FFF
110
#define VLOOP_COMP_2P2Z_POSTSHIFT 0x0000
111
#define VLOOP_COMP_2P2Z_PRESHIFT 0x0000
112
113
114
// Compensator Clamp Limits
115
#define VLOOP_COMP_2P2Z_MIN_CLAMP 0x0226
116
#define VLOOP_COMP_2P2Z_MAX_CLAMP 0x0CD0
117
118
119
#endif
© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.