|
Contiki 3.x
|
Startup code for the cc2538 chip, to be used when building with gcc. More...
#include "contiki.h"#include "reg.h"#include "flash.h"#include "sys-ctrl.h"#include "rom-util.h"#include <stdint.h>Go to the source code of this file.
Functions | |
| int | main (void) |
| This is main... More... | |
| void | clock_isr (void) |
| The clock Interrupt Service Routine. More... | |
| void | rtimer_isr (void) |
| The rtimer ISR. More... | |
| void | cc2538_rf_rx_tx_isr (void) |
| The cc2538 RF RX/TX ISR. More... | |
| void | cc2538_rf_err_isr (void) |
| The cc2538 RF Error ISR. More... | |
| void | crypto_isr (void) |
| The AES/SHA cryptoprocessor ISR. More... | |
| void | pka_isr (void) |
| The PKA engine ISR. More... | |
Startup code for the cc2538 chip, to be used when building with gcc.
Definition in file startup-gcc.c.
1.8.6