Mercurial > ecos-v3_0-branch
comparison packages/hal/arm/sa11x0/assabet/current/include/assabet.h @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | 0ec04793409a |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 125:b4407dc7f59d | 126:518f42066aba |
|---|---|
| 91 #define SA1110_BCR_CF_BUS 0x00000080 // 0 = CompactFlash bus on | 91 #define SA1110_BCR_CF_BUS 0x00000080 // 0 = CompactFlash bus on |
| 92 #define SA1110_BCR_CF_BUS_ON SA1110_LOGIC_ZERO(SA1110_BCR_CF_BUS) | 92 #define SA1110_BCR_CF_BUS_ON SA1110_LOGIC_ZERO(SA1110_BCR_CF_BUS) |
| 93 #define SA1110_BCR_CF_BUS_OFF SA1110_LOGIC_ONE(SA1110_BCR_CF_BUS) | 93 #define SA1110_BCR_CF_BUS_OFF SA1110_LOGIC_ONE(SA1110_BCR_CF_BUS) |
| 94 #define SA1110_BCR_AUDIO_ON 0x00000100 // 1 = UDA1341, MIC, DAA power on | 94 #define SA1110_BCR_AUDIO_ON 0x00000100 // 1 = UDA1341, MIC, DAA power on |
| 95 #define SA1110_BCR_BACKLIGHT 0x00000200 // 1 = LCD backlight on | 95 #define SA1110_BCR_BACKLIGHT 0x00000200 // 1 = LCD backlight on |
| 96 #define SA1110_BCR_LCD_BPP 0x00000400 // 0 = 16 RGB, 1 = 12 RGB | 96 #define SA1110_BCR_LCD_BPP 0x00000400 // 1 = 16 RGB, 0 = 12 RGB |
| 97 #define SA1110_BCR_LCD_16BPP SA1110_LOGIC_ZERO(SA1110_BCR_LCD_BPP) | 97 #define SA1110_BCR_LCD_16BPP SA1110_LOGIC_ONE(SA1110_BCR_LCD_BPP) |
| 98 #define SA1110_BCR_LCD_12BPP SA1110_LOGIC_ONE(SA1110_BCR_LCD_BPP) | 98 #define SA1110_BCR_LCD_12BPP SA1110_LOGIC_ZERO(SA1110_BCR_LCD_BPP) |
| 99 #define SA1110_BCR_LCD 0x00000800 // 1 = LCD panel and controller on | 99 #define SA1110_BCR_LCD 0x00000800 // 1 = LCD panel and controller on |
| 100 #define SA1110_BCR_LCD_ON SA1110_LOGIC_ONE(SA1110_BCR_LCD) | 100 #define SA1110_BCR_LCD_ON SA1110_LOGIC_ONE(SA1110_BCR_LCD) |
| 101 #define SA1110_BCR_LCD_OFF SA1110_LOGIC_ZERO(SA1110_BCR_LCD) | 101 #define SA1110_BCR_LCD_OFF SA1110_LOGIC_ZERO(SA1110_BCR_LCD) |
| 102 #define SA1110_BCR_RS232_ENABLE 0x00001000 // 1 = Enable RD232 signals | 102 #define SA1110_BCR_RS232_ENABLE 0x00001000 // 1 = Enable RD232 signals |
| 103 #define SA1110_BCR_RED_LED 0x00002000 // 0 = Red LED on | 103 #define SA1110_BCR_RED_LED 0x00002000 // 0 = Red LED on |
