Microcontroller Wireless Solutions


pal_config.h File Reference

PAL configuration for for RCB_6_3_PLAIN with ATmega128RFA1. More...

Go to the source code of this file.

Defines

#define ALERT_INDICATE()
#define ALERT_INIT()
#define ANTENNA_DIVERSITY   (0)
#define BUTTON_INPUT_PINS   (PINE)
#define BUTTON_PIN_0   (PE5)
#define BUTTON_PORT   (PORTE)
#define BUTTON_PORT_DIR   (DDRE)
#define EE_IEEE_ADDR   (0)
#define EE_XTAL_TRIM_ADDR   (21)
#define EXT_EE_CS_DDR   (DDRG)
#define EXT_EE_CS_PIN   (0x20)
#define EXT_EE_CS_PORT   (PORTG)
#define EXTERN_EEPROM_AVAILABLE   (1)
#define F_CPU   (16000000UL)
#define LED_PIN_0   (PE2)
#define LED_PIN_1   (PE3)
#define LED_PIN_2   (PE4)
#define LED_PORT   (PORTE)
#define LED_PORT_DIR   (DDRE)
#define NO_OF_BUTTONS   (1)
#define NO_OF_LEDS   (3)
#define pal_pwr_mode(x)   pal_sleep_mode(x)
#define PAL_WAIT_65_NS()
#define UART_0_INIT_NON_GENERIC()
#define UART_1_INIT_NON_GENERIC()

Typedefs

typedef enum button_id_tag button_id_t
typedef enum led_id_tag led_id_t

Enumerations

enum  button_id_tag { BUTTON_0 }
enum  led_id_tag { LED_0, LED_1, LED_2 }

Detailed Description

PAL configuration for for RCB_6_3_PLAIN with ATmega128RFA1.

This header file contains configuration parameters for RCB_6_3_PLAIN with ATmega128RFA1.

Id:
pal_config.h 30099 2012-01-05 15:22:51Z jwunsch
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com

Definition in file pal_config.h.