Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
pwrctrl.h
1
8#ifndef APP_PWRCTRL_H
9#define APP_PWRCTRL_H
10
11#include "pwrctrl_typedef.h"
13#include "pwrctrl_common.h"
14#include <math.h>
15
16//extern POWER_CONTROL_t psfb;
18
19void PwrCtrl_Initialize(void);
20void PwrCtrl_Execute(void);
21void Dev_PwrCtrl_Suspend(void);
22void Dev_PwrCtrl_ControlLoopInitialize(void);
23void PwrCtrl_Reset(void);
25void PwrCtrl_MaxDutyCycle(void);
26#endif /* APP_PWRCTRL_H */
27
POWER_CONTROL_t * psfb_ptr
Definition pwrctrl.c:28
Contains the power control reusable functions.
Contains public functions relevant for power control communication interface.
void PwrCtrl_Initialize(void)
Initialize the power control parameters.
Definition pwrctrl.c:46
void PwrCtrl_Execute(void)
Executes the power control state machine.
Definition pwrctrl.c:73
void PwrCtrl_OffsetDatatypesInitalize(void)
reset offset data types
Definition pwrctrl.c:214
void PwrCtrl_Reset(void)
Resets the power control properties.
Definition pwrctrl.c:85
void PwrCtrl_MaxDutyCycle(void)
Calculates the max duty cycle for precharge.
Definition pwrctrl.c:192
Power control API structure.