44 #ifndef RTIMER_ARCH_H_
45 #define RTIMER_ARCH_H_
47 #include "contiki-conf.h"
54 #define RTIMER_ARCH_SECOND (15625U)
56 #define rtimer_arch_now() (T1CNTL + (T1CNTH << 8))
void rtimer_isr(void) __interrupt(T1_VECTOR)
The rtimer ISR.
Definitions for TI/Chipcon cc2530, cc2531 and cc2533 SFR registers.