Contiki 3.x
|
Startup code for the cc2538dk platform, to be used when building with gcc. More...
#include "contiki.h"
#include "reg.h"
#include "flash-cca.h"
#include "sys-ctrl.h"
#include "uart.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | main (void) |
Main routine for the cc2538dk platform. More... | |
void | clock_isr (void) |
The clock Interrupt Service Routine. More... | |
void | gpio_port_a_isr (void) |
Interrupt service routine for Port A. | |
void | gpio_port_b_isr (void) |
Interrupt service routine for Port B. | |
void | gpio_port_c_isr (void) |
Interrupt service routine for Port C. | |
void | gpio_port_d_isr (void) |
Interrupt service routine for Port D. | |
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... | |
Startup code for the cc2538dk platform, to be used when building with gcc.
Definition in file startup-gcc.c.