board_derfa.h File Reference


Detailed Description

Dresden Elektronik Radio Module deRFmega128-22A001.

Fuses/Locks:
     LF: 0xe2 - 8MHz internal RC Osc.
     HF: 0x11 - without boot loader
     HF: 0x10 - with boot loader
     EF: 0xff
     LOCK: 0xef - protection of boot section

Bootloader:
    Start at byte=0x1e000, address=0xf000, size = 4096 instructions/ 8192 bytes

Build Options

Definition in file board_derfa.h.

Go to the source code of this file.

Defines

#define BOARD_NAME   BOARD_NAME_DERFA
#define BOARD_NAME_DERFA   "derfa1"
#define BOARD_TYPE   DE_MOD_128RFA1
#define CPU_TYPE   (CPU_M128RFA1)
#define DEFAULT_SPI_RATE   (SPI_RATE_1_2)
#define HIF_TYPE   HIF_UART_0
#define HWTIMER_REG   (TCNT1)
#define HWTIMER_TICK   ((1.0*HWTMR_PRESCALE)/F_CPU)
#define HWTIMER_TICK_NB   (0xFFFFUL)
#define HWTMR_PRESCALE   (1)
#define LED_NUMBER   (0)
#define MAX_FRAME_SIZE   (127)
#define NO_KEYS   (1)
#define NO_LEDS   (1)
#define RADIO_TYPE   (RADIO_ATMEGA128RFA1_C)
#define TIMER_INIT()
#define TIMER_IRQ_vect   TIMER1_OVF_vect
#define TIMER_POOL_SIZE   (4)
#define TIMER_TICK   (HWTIMER_TICK_NB * HWTIMER_TICK)
#define TRX_RESET_HIGH()   do { TRXPR |= _BV(TRXRST); } while (0)
#define TRX_RESET_LOW()   do { TRXPR &= ~_BV(TRXRST); } while (0)
#define TRX_SLPTR_HIGH()   do { TRXPR |= _BV(SLPTR); } while (0)
#define TRX_SLPTR_LOW()   do { TRXPR &= ~_BV(SLPTR); } while (0)
#define TRX_TSTAMP_REG   TCNT1
#define TUNED_OSCCAL   (0xbf)


Define Documentation

 
#define TIMER_INIT (  ) 

Value:

do{ \
        TCCR1B |= (_BV(CS10)); \
        TIMSK1 |= _BV(TOIE1); \
    }while(0)

Definition at line 100 of file board_derfa.h.

#define TRX_TSTAMP_REG   TCNT1

timestamp register for RX_START event

Definition at line 79 of file board_derfa.h.


This documentation for µracoli was generated on 21 Jan 2010 by  doxygen 1.5.5