avrpio.h 788 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #ifndef _INCLUDE_CFG_ARCH_AVRPIO_H_
  2. #define _INCLUDE_CFG_ARCH_AVRPIO_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef LANC111_SIGNAL_IRQ
  7. #define LANC111_SIGNAL_IRQ INT5
  8. #endif
  9. #ifndef RTL_BASE_ADDR
  10. #define RTL_BASE_ADDR 0xC300
  11. #endif
  12. #ifndef RTL_SIGNAL_IRQ
  13. #define RTL_SIGNAL_IRQ INT5
  14. #endif
  15. #ifndef RTL_EESK_BIT
  16. #define RTL_EESK_BIT 5
  17. #endif
  18. #ifndef RTL_EESK_AVRPORT
  19. #define RTL_EESK_AVRPORT AVRPORTC
  20. #endif
  21. #ifndef RTL_EEDO_BIT
  22. #define RTL_EEDO_BIT 6
  23. #endif
  24. #ifndef RTL_EEDO_AVRPORT
  25. #define RTL_EEDO_AVRPORT AVRPORTC
  26. #endif
  27. #ifndef RTL_EEMU_BIT
  28. #define RTL_EEMU_BIT 7
  29. #endif
  30. #ifndef RTL_EEMU_AVRPORT
  31. #define RTL_EEMU_AVRPORT AVRPORTC
  32. #endif
  33. #ifndef LCD_ROWS
  34. #define LCD_ROWS 2
  35. #endif
  36. #ifndef LCD_COLS
  37. #define LCD_COLS 16
  38. #endif
  39. #endif