Common implementations and headers for ARM based micro-controllers. More...
Common implementations and headers for ARM based micro-controllers.
Common implementations and headers for ARM based micro-controllers
Files | |
| file | architecture_arch.h |
| Architecture details. | |
| file | arm7_common.h |
| ARM7 CPU common declarations. | |
| file | atomic_utils_arch.h |
| Implementation of fast atomic utility functions. | |
| file | irq_arch.h |
| Implementation of the kernels irq interface. | |
| file | thread_arch.h |
| Implementation of the kernels thread interface. | |
| #define | I_Bit 0x80 |
| #define | F_Bit 0x40 |
| #define | SYS32Mode 0x1F |
| #define | IRQ32Mode 0x12 |
| #define | FIQ32Mode 0x11 |
| #define | INTMode (FIQ32Mode | IRQ32Mode) |