comparison 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
comparison
equal deleted inserted replaced
123:9b71e8e665a3 124:0ec04793409a
105 #define SA1110_BCR_RED_LED_OFF SA1110_LOGIC_ONE(SA1110_BCR_RED_LED) 105 #define SA1110_BCR_RED_LED_OFF SA1110_LOGIC_ONE(SA1110_BCR_RED_LED)
106 #define SA1110_BCR_GREEN_LED 0x00004000 // 0 = Green LED on 106 #define SA1110_BCR_GREEN_LED 0x00004000 // 0 = Green LED on
107 #define SA1110_BCR_GREEN_LED_ON SA1110_LOGIC_ZERO(SA1110_BCR_GREEN_LED) 107 #define SA1110_BCR_GREEN_LED_ON SA1110_LOGIC_ZERO(SA1110_BCR_GREEN_LED)
108 #define SA1110_BCR_GREEN_LED_OFF SA1110_LOGIC_ONE(SA1110_BCR_GREEN_LED) 108 #define SA1110_BCR_GREEN_LED_OFF SA1110_LOGIC_ONE(SA1110_BCR_GREEN_LED)
109 #define SA1110_BCR_MOTOR 0x00008000 // 1 = Vibrator motor on 109 #define SA1110_BCR_MOTOR 0x00008000 // 1 = Vibrator motor on
110 #define SA1110_BCR_MOTOR_ON SA1110_LOGIC_ONE(SA1110_BCR_MOTOR)
111 #define SA1110_BCR_MOTOR_OFF SA1110_LOGIC_ZERO(SA1110_BCR_MOTOR)
110 #define SA1110_BCR_COM_DTR 0x00010000 // COM port Data Terminal Ready 112 #define SA1110_BCR_COM_DTR 0x00010000 // COM port Data Terminal Ready
111 #define SA1110_BCR_COM_RTS 0x00020000 // COM port Request To Send 113 #define SA1110_BCR_COM_RTS 0x00020000 // COM port Request To Send
112 #define SA1110_BCR_RADIO_WAKE 0x00040000 // 1 = Wake up CPU with radio 114 #define SA1110_BCR_RADIO_WAKE 0x00040000 // 1 = Wake up CPU with radio
113 #define SA1110_BCR_MUTE 0x00200000 // 1 = Audio muted 115 #define SA1110_BCR_MUTE 0x00200000 // 1 = Audio muted
114 116