Contains public fault functions.
#include <stddef.h>
#include "cmp/cmp3.h"
#include "fault.h"
#include "pwrctrl/pwrctrl_typedef.h"
#include "config/config.h"
#include "config/macros.h"
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) |
void Dev_Fault_ClearHardwareFaults | ( | void | ) |
void Fault_Execute_100ms | ( | void | ) |