Numworks Epsilon  1.4.1
Graphing Calculator Operating System
isr.c File Reference
#include "rt0.h"

Go to the source code of this file.

Macros

#define INITIALISATION_VECTOR_SIZE   0x71
 

Typedefs

typedef void(* ISR) (void)
 

Functions

ISR InitialisationVector [INITIALISATION_VECTOR_SIZE__attribute__ ((section(".isr_vector_table")))
 

Variables

const void * _stack_start
 

Macro Definition Documentation

◆ INITIALISATION_VECTOR_SIZE

#define INITIALISATION_VECTOR_SIZE   0x71

Definition at line 13 of file isr.c.

Typedef Documentation

◆ ISR

typedef void(* ISR) (void)

Definition at line 5 of file isr.c.

Function Documentation

◆ __attribute__()

ISR InitialisationVector [INITIALISATION_VECTOR_SIZE] __attribute__ ( (section(".isr_vector_table"))  )

Variable Documentation

◆ _stack_start

const void* _stack_start