6 File kernel/include/isr.h

6.1 Structures and Types

Type Name
typedef void(* isr_t
Represents an ISR.

6.2 Macros

Type Name
define BEA_KERNEL_STACK_TOP 0x20030000

6.3 Structures and Types Documentation

6.3.1 typedef isr_t

Represents an ISR.

typedef void(* isr_t) (void);

6.4 Macros Documentation

6.4.1 define BEA_KERNEL_STACK_TOP

##define BEA_KERNEL_STACK_TOP 0x20030000