Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
fault.h
Go to the documentation of this file.
1
8#ifndef DRV_PWRCTL_FAULT_H
9#define DRV_PWRCTL_FAULT_H
10
11
12#include <stddef.h>
13
14//#include "cmp/cmp1.h"
15#include "cmp/cmp3.h"
16
17#include "fault.h"
18//#include "pwrctrl/pwrctrl_pwm.h"
19#include "pwrctrl/pwrctrl_typedef.h"
20//#include "pwrctrl/pwrctrl_common.h"
21#include "config/config.h"
22#include "config/macros.h"
23
24
25//------------------------------------------------------------------------------
26// functions with external linkage
27//------------------------------------------------------------------------------
28void Fault_Initialize(void);
29void Fault_Execute(void);
30
32void Fault_Reset(void);
33void Fault_Handler(void);
35
36#endif /* DRV_PWRCTL_FAULT_H */
37
This is the generated driver header file for the CMP3 driver.
Contains public fault functions.
void Fault_Execute_100ms(void)
void Dev_Fault_ClearHardwareFaults(void)
void Fault_Reset(void)
Clears the fault object flag bits.
Definition fault.c:247
void Fault_Initialize(void)
Initialize the fault objects.
Definition fault.c:81
void Fault_Execute(void)
Executes the fault handlers.
Definition fault.c:134
void Fault_Handler(void)
Handles the fault trip by turning off the power control switching.
Definition fault.c:324