FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
tasks_interrupts.h
Go to the documentation of this file.
1
27
28#ifndef TASKS_INTERRUPTS_H
29#define TASKS_INTERRUPTS_H
30
89void T_HandleNmiInterrupt(void);
90
107void T_HandleBodInterrupt(void);
108
146void T_HandleClockInterrupt(void);
147
207void T_HandlePowerInterrupt(void);
208
240void T_HandleSwdtInterrupt(void);
241
281void T_HandleNvmInterrupt(void);
282
320void T_HandleRamInterrupt(void);
321
342void T_HandleCrcInterrupt(void);
343
359void T_HandleBadInterrupt(void);
360
405void T_HandleErrorChInterrupt(void);
406
407#endif // TASKS_INTERRUPTS_H
void T_HandleBadInterrupt(void)
Handles bad interrupt requests that do not have a corresponding ISR for handling it.
void T_HandleErrorChInterrupt(void)
Handles Error Channel interrupts by reporting the sources of the first set Error Channel.
void T_HandleClockInterrupt(void)
Handles Clock interrupts by reporting the Error ID of any detected faults and clearing CFM done flags...
void T_HandleBodInterrupt(void)
Handles Brown-out Detector (BOD) Voltage Level Monitor (VLM) interrupt by reporting the associated Er...
void T_HandleCrcInterrupt(void)
Handles CRC Flash scanning interrupts by clearing the periodic interrupt bit and reporting the Error ...
void T_HandleNmiInterrupt(void)
Handles Non-Maskable Interrupts (NMI) by reporting the Error ID of any detected faults.
void T_HandlePowerInterrupt(void)
Handles power related interrupts by reporting the Error ID of any detected faults.
void T_HandleNvmInterrupt(void)
Handles NVM interrupts by reporting the Error ID of any detected faults.
void T_HandleSwdtInterrupt(void)
Handles SWDT interrupts by reporting the Error ID of any detected faults.
void T_HandleRamInterrupt(void)
Handles RAM interrupts by reporting the Error ID of any detected faults.