Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
iloop_t_dcdt.h
Go to the documentation of this file.
1
36#ifndef _ILOOP_T_DCDT_DEFINES_H
37#define _ILOOP_T_DCDT_DEFINES_H
38
107// Compensator Coefficient Defines
108#define ILOOP_T_COMP_3P3Z_COEFF_A1 0x224B
109#define ILOOP_T_COMP_3P3Z_COEFF_A2 0xFDDE
110#define ILOOP_T_COMP_3P3Z_COEFF_A3 0xFF45
111#define ILOOP_T_COMP_3P3Z_COEFF_B0 0x7FFC
112#define ILOOP_T_COMP_3P3Z_COEFF_B1 0xBEA9
113#define ILOOP_T_COMP_3P3Z_COEFF_B2 0x8702
114#define ILOOP_T_COMP_3P3Z_COEFF_B3 0x4855
115#define ILOOP_T_COMP_3P3Z_POSTSCALER 0x412A
116#define ILOOP_T_COMP_3P3Z_POSTSHIFT 0xFFFD
117#define ILOOP_T_COMP_3P3Z_PRESHIFT 0x0000
118
119
120// Compensator Clamp Limits
121#define ILOOP_T_COMP_3P3Z_MIN_CLAMP 0x0000
122#define ILOOP_T_COMP_3P3Z_MAX_CLAMP 0x4A38
123
124
125#endif