Loading...
Searching...
No Matches
ARM7 CPU common

Common implementations and headers for ARM based micro-controllers. More...

Detailed Description

Common implementations and headers for ARM based micro-controllers.

Overview

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)
 

Macro Definition Documentation

◆ F_Bit

#define F_Bit   0x40

Definition at line 20 of file VIC.h.

◆ FIQ32Mode

#define FIQ32Mode   0x11

Definition at line 24 of file VIC.h.

◆ I_Bit

#define I_Bit   0x80

Definition at line 19 of file VIC.h.

◆ INTMode

#define INTMode   (FIQ32Mode | IRQ32Mode)

Definition at line 26 of file VIC.h.

◆ IRQ32Mode

#define IRQ32Mode   0x12

Definition at line 23 of file VIC.h.

◆ SYS32Mode

#define SYS32Mode   0x1F

Definition at line 22 of file VIC.h.