• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Port B Masks
3  */
4 
5 #ifndef __BFIN_PERIPHERAL_PORT_B__
6 #define __BFIN_PERIPHERAL_PORT_B__
7 
8 #define PB0		(1 << 0)
9 #define PB1		(1 << 1)
10 #define PB2		(1 << 2)
11 #define PB3		(1 << 3)
12 #define PB4		(1 << 4)
13 #define PB5		(1 << 5)
14 #define PB6		(1 << 6)
15 #define PB7		(1 << 7)
16 #define PB8		(1 << 8)
17 #define PB9		(1 << 9)
18 #define PB10		(1 << 10)
19 #define PB11		(1 << 11)
20 #define PB12		(1 << 12)
21 #define PB13		(1 << 13)
22 #define PB14		(1 << 14)
23 #define PB15		(1 << 15)
24 
25 #endif
26