Dual Active Bridge Development Board (Part-No. )
Content
Loading...
Searching...
No Matches
dab_spvo_dcdt.h
Go to the documentation of this file.
1
36
#ifndef _DAB_SPVO_DCDT_DEFINES_H
37
#define _DAB_SPVO_DCDT_DEFINES_H
38
102
// Compensator Coefficient Defines
103
#define DAB_SPVO_COMP_2P2Z_COEFF_A1 0x0513
104
#define DAB_SPVO_COMP_2P2Z_COEFF_A2 0x00A6
105
#define DAB_SPVO_COMP_2P2Z_COEFF_B0 0x7FFC
106
#define DAB_SPVO_COMP_2P2Z_COEFF_B1 0x00CD
107
#define DAB_SPVO_COMP_2P2Z_COEFF_B2 0x80D1
108
#define DAB_SPVO_COMP_2P2Z_POSTSCALER 0x5963
109
#define DAB_SPVO_COMP_2P2Z_POSTSHIFT 0xFFFB
110
#define DAB_SPVO_COMP_2P2Z_PRESHIFT 0x0000
111
112
113
// Compensator Clamp Limits
114
#define DAB_SPVO_COMP_2P2Z_MIN_CLAMP 0x0000
115
#define DAB_SPVO_COMP_2P2Z_MAX_CLAMP 0x7FFF
116
117
118
#endif
© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.