Contains public fault functions. More...
#include <stddef.h>#include "cmp/cmp1.h"#include "cmp/cmp3.h"#include "fault.h"#include "pwrctrl/pwrctrl_pwm.h"#include "pwrctrl/pwrctrl_typedef.h"#include "pwrctrl/pwrctrl_common.h"#include "config/config.h"
Include dependency graph for fault.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | Fault_Initialize (void) |
| Initialize the fault objects. | |
| void | Fault_Execute (void) |
| Executes the fault handlers. | |
| void | Dev_Fault_ClearHardwareFaults (void) |
| void | Fault_Reset (void) |
| Clears the fault object flag bits. | |
| void | Fault_Handler (void) |
| Handles the fault trip by turning off the power control switching. | |
| void | Fault_Execute_100ms (void) |
| Fault evaluation for Temperature and other slow fault detection executed every 100ms. | |
| void Dev_Fault_ClearHardwareFaults | ( | void | ) |