Contiki 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
arm
at91sam7s
startup-SAM7S.c
1
void
2
Reset(
void
)
3
{
4
volatile
int
dummy =0;
5
}
6
7
static
void
8
Vectors(
void
)
__attribute__
((naked, section(".vectrom")));
9
10
static
void
11
Vectors(
void
)
12
{
13
asm
(
"ldr pc, %0\n"
::
"r"
(Reset));
14
}
15
16
17
18
void
foo_dummy()
19
{
20
Vectors();
21
}
__attribute__
void __attribute__((interrupt))
This ISR handles most of the business interacting with the 1-wire bus.
Definition:
onewire.c:174
Generated on Sun Nov 30 2014 09:58:55 for Contiki 3.x by
1.8.5