FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_memory_sections.h
Go to the documentation of this file.
1
22
23#ifndef DEFINE_MEMORY_SECTIONS_H
24#define DEFINE_MEMORY_SECTIONS_H
25
26#if defined(__DOXYGEN__)
57#define INIT3_SECTION
58
59#else
60
91#define INIT3_SECTION __attribute__((used, __naked__, section(".init3")))
92
93#endif // TEST
94
95#endif // DEFINE_MEMORY_SECTIONS_H