MOS Source Code
Loading...
Searching...
No Matches
vectors.c File Reference
#include <stdint.h>
+ Include dependency graph for vectors.c:

Go to the source code of this file.

Functions

void _start ()
 
static void HardFaultHandler ()
 
void *const g_vector_table[16] __attribute__ ((section(".isr_vector")))
 
void ramboot () __attribute__((noreturn
 
void section (".ramboot")))
 

Variables

void__StackTop
 
void naked
 

Function Documentation

◆ _start()

void _start ( )
extern

Referenced by __attribute__().

◆ HardFaultHandler()

static void HardFaultHandler ( )
static

Definition at line 10 of file vectors.c.

Referenced by __attribute__().

◆ __attribute__()

void *const g_vector_table[16] __attribute__ ( (section(".isr_vector")) )
+ Here is the call graph for this function:

◆ ramboot()

void ramboot ( )

Definition at line 36 of file vectors.c.

◆ section()

void section ( ".ramboot" )

Variable Documentation

◆ __StackTop

void* __StackTop
extern

Referenced by __attribute__().

◆ naked

void naked

Definition at line 35 of file vectors.c.