Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
fault_typedef.h
Go to the documentation of this file.
1
7#ifndef DEV_FAULT_TYPEDEF_H
8#define DEV_FAULT_TYPEDEF_H
9
10#include "fault_common.h"
11
12
13
31typedef struct FAULT_s FAULT_t;
32
33
44
45
46#endif /* DEV_FAULT_TYPEDEF_H */
47
Contains fault generic public functions.
The Fault object data structure contains a list of elements/variables that are used to detect/check a...
Collection of faults to be monitored.
FAULT_OBJ_T VRail_5V
Fault object for 5V rail.
FAULT_OBJ_T VSecondaryUVP
Fault object for Secondary under voltage protection.
FAULT_OBJ_T PowerSupplyOTP
Fault object for Power Supply Temperature.
FAULT_OBJ_T VSecondaryOVP
Fault object for Secondary over voltage protection.
FAULT_OBJ_T ISecondaryOCP
Fault object for Secondary over current protection.
FAULT_OBJ_T VPrimaryOVP
Fault object for Primary over voltage protection.
FAULT_OBJ_T VPrimaryUVP
Fault object for Primary under voltage protection.
FAULT_OBJ_T IPrimaryOCP
Fault object for Primary over current protection.
FAULT_OBJ_T ISenseSCP
Fault object for Short circuit protection.
Contains Fault settings.
uint16_t FaultDetected
Fault indication for fault occurrence.
FAULT_t Object
Fault Objects.