ports-g.h 467 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Port G Masks
  3. */
  4. #ifndef __BFIN_PERIPHERAL_PORT_G__
  5. #define __BFIN_PERIPHERAL_PORT_G__
  6. #define PG0 (1 << 0)
  7. #define PG1 (1 << 1)
  8. #define PG2 (1 << 2)
  9. #define PG3 (1 << 3)
  10. #define PG4 (1 << 4)
  11. #define PG5 (1 << 5)
  12. #define PG6 (1 << 6)
  13. #define PG7 (1 << 7)
  14. #define PG8 (1 << 8)
  15. #define PG9 (1 << 9)
  16. #define PG10 (1 << 10)
  17. #define PG11 (1 << 11)
  18. #define PG12 (1 << 12)
  19. #define PG13 (1 << 13)
  20. #define PG14 (1 << 14)
  21. #define PG15 (1 << 15)
  22. #endif