Contiki-NG
Functions
startup-gcc.c File Reference

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. 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...
 

Detailed Description

Startup code for the cc2538 chip, to be used when building with gcc.

Definition in file startup-gcc.c.