38 #include "contiki-net.h"
45 cc2420_arch_init(
void)
51 DDRA |= BV(CC2420_RESET_PIN);
52 DDRA |= BV(CC2420_VREG_PIN);
53 DDRB &= ~BV(CC2420_FIFO_PIN);
54 DDRD &= ~BV(CC2420_CCA_PIN);
55 DDRD &= ~BV(CC2420_SFD_PIN);
56 DDRE &= ~BV(CC2420_FIFOP_PIN);
58 PORTA |= BV(CC2420_RESET_PIN);
59 PORTB |= BV(CC2420_CSN_PIN);
64 ISR(CC2420_IRQ_VECTOR)