Mercurial > ecos-v3_0-branch
diff packages/hal/arm/sa11x0/assabet/current/include/assabet.h @ 124:0ec04793409a ecos-sw-2000-09-11
Merge from eCos master repository on 2000-09-11-03:00:13-BST
| author | jlarmour |
|---|---|
| date | Mon, 11 Sep 2000 02:42:46 +0000 |
| parents | ff3f181b64bd |
| children | 518f42066aba |
line wrap: on
line diff
--- a/packages/hal/arm/sa11x0/assabet/current/include/assabet.h +++ b/packages/hal/arm/sa11x0/assabet/current/include/assabet.h @@ -107,6 +107,8 @@ extern unsigned long _assabet_CFG; #define SA1110_BCR_GREEN_LED_ON SA1110_LOGIC_ZERO(SA1110_BCR_GREEN_LED) #define SA1110_BCR_GREEN_LED_OFF SA1110_LOGIC_ONE(SA1110_BCR_GREEN_LED) #define SA1110_BCR_MOTOR 0x00008000 // 1 = Vibrator motor on +#define SA1110_BCR_MOTOR_ON SA1110_LOGIC_ONE(SA1110_BCR_MOTOR) +#define SA1110_BCR_MOTOR_OFF SA1110_LOGIC_ZERO(SA1110_BCR_MOTOR) #define SA1110_BCR_COM_DTR 0x00010000 // COM port Data Terminal Ready #define SA1110_BCR_COM_RTS 0x00020000 // COM port Request To Send #define SA1110_BCR_RADIO_WAKE 0x00040000 // 1 = Wake up CPU with radio
