Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
dab_psio_dcdt.h
Go to the documentation of this file.
1
36#ifndef _DAB_PSIO_DCDT_DEFINES_H
37#define _DAB_PSIO_DCDT_DEFINES_H
38
103// Compensator Coefficient Defines
104#define DAB_PSIO_COMP_2P2Z_COEFF_A1 0x7FFC
105#define DAB_PSIO_COMP_2P2Z_COEFF_A2 0xCC7E
106#define DAB_PSIO_COMP_2P2Z_COEFF_B0 0x1A26
107#define DAB_PSIO_COMP_2P2Z_COEFF_B1 0x1AA1
108#define DAB_PSIO_COMP_2P2Z_COEFF_B2 0x007B
109#define DAB_PSIO_COMP_2P2Z_POSTSCALER 0x6B1D
110#define DAB_PSIO_COMP_2P2Z_POSTSHIFT 0xFFFF
111#define DAB_PSIO_COMP_2P2Z_PRESHIFT 0x0000
112
113
114// Compensator Clamp Limits
115#define DAB_PSIO_COMP_2P2Z_MIN_CLAMP 0x0000
116#define DAB_PSIO_COMP_2P2Z_MAX_CLAMP 0x7FFF
117
118
119#endif