CC2430 RF driver. More...
#include <stdio.h>
#include "contiki.h"
#include "dev/radio.h"
#include "dev/cc2430_rf.h"
#include "cc2430_sfr.h"
#include "sys/clock.h"
#include "net/packetbuf.h"
#include "net/rime/rimestats.h"
Go to the source code of this file.
Functions | |
void | cc2430_rf_ISR (void) |
RF interrupt service routine. | |
void | cc2430_rf_error_ISR (void) |
RF error interrupt service routine. |
CC2430 RF driver.
Non-bankable code for cc2430 rf driver. Interrupt routine and code called through function pointers must be placed into the HOME bank.
Definition in file cc2430_rf_intr.c.