Document API IEC60730 Library
sl_iec60730_internal.h
Go to the documentation of this file.
1 /***************************************************************************/
18 #ifndef SL_IEC60730_INTERNAL_H
19 #define SL_IEC60730_INTERNAL_H
20 
21 // Standard libraries
22 #include <stdbool.h>
23 #include <stdint.h>
24 
25 // Header files needed for publics
26 #include "sl_iec60730.h"
27 
28 // Header files needed for privates
29 #include "sl_iec60730_watchdog.h"
35 #include "sl_iec60730_irq.h"
36 
37 // Disable warnings on unused labels. Labels are used to set breakpoints for
38 // automated testing.
39 #if defined(__GNUC__)
40 #pragma GCC diagnostic ignored "-Wunused-label"
41 #endif
42 
43 #endif /* SL_IEC60730_INTERNAL_H */
sl_iec60730.h
Library definitions.
sl_iec60730_system_clock.h
Clock check.
sl_iec60730_watchdog.h
Watchdog check.
sl_iec60730_invariable_memory.h
Invariable memory check.
sl_iec60730_irq.h
Interrupt check.
sl_iec60730_program_counter.h
Program Counter check.
sl_iec60730_variable_memory.h
Variable memory check.
sl_iec60730_cpu_registers.h
CPU Registers check.