![]() |
Contiki-NG
|
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 | |
| void | clock_isr (void) |
| The clock Interrupt Service Routine. | |
| void | rtimer_isr (void) |
| The rtimer ISR. | |
| void | cc2538_rf_rx_tx_isr (void) |
| The cc2538 RF RX/TX ISR. | |
| void | cc2538_rf_err_isr (void) |
| The cc2538 RF Error ISR. | |
| void | crypto_isr (void) |
| The AES/SHA cryptoprocessor ISR. | |
| void | pka_isr (void) |
| The PKA engine ISR. | |
Startup code for the cc2538 chip, to be used when building with gcc.
Definition in file startup-gcc.c.