SCSI_Out_aliases.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*******************************************************************************
  2. * File Name: SCSI_Out.h
  3. * Version 1.90
  4. *
  5. * Description:
  6. * This file containts Control Register function prototypes and register defines
  7. *
  8. * Note:
  9. *
  10. ********************************************************************************
  11. * Copyright 2008-2012, Cypress Semiconductor Corporation. All rights reserved.
  12. * You may use this file only in accordance with the license, terms, conditions,
  13. * disclaimers, and limitations in the end user license agreement accompanying
  14. * the software package with which this file was provided.
  15. *******************************************************************************/
  16. #if !defined(CY_PINS_SCSI_Out_ALIASES_H) /* Pins SCSI_Out_ALIASES_H */
  17. #define CY_PINS_SCSI_Out_ALIASES_H
  18. #include "cytypes.h"
  19. #include "cyfitter.h"
  20. /***************************************
  21. * Constants
  22. ***************************************/
  23. #define SCSI_Out_0 SCSI_Out__0__PC
  24. #define SCSI_Out_1 SCSI_Out__1__PC
  25. #define SCSI_Out_2 SCSI_Out__2__PC
  26. #define SCSI_Out_3 SCSI_Out__3__PC
  27. #define SCSI_Out_4 SCSI_Out__4__PC
  28. #define SCSI_Out_5 SCSI_Out__5__PC
  29. #define SCSI_Out_6 SCSI_Out__6__PC
  30. #define SCSI_Out_7 SCSI_Out__7__PC
  31. #define SCSI_Out_8 SCSI_Out__8__PC
  32. #define SCSI_Out_9 SCSI_Out__9__PC
  33. #define SCSI_Out_DBP_raw SCSI_Out__DBP_raw__PC
  34. #define SCSI_Out_ATN SCSI_Out__ATN__PC
  35. #define SCSI_Out_BSY SCSI_Out__BSY__PC
  36. #define SCSI_Out_ACK SCSI_Out__ACK__PC
  37. #define SCSI_Out_RST SCSI_Out__RST__PC
  38. #define SCSI_Out_MSG SCSI_Out__MSG__PC
  39. #define SCSI_Out_SEL SCSI_Out__SEL__PC
  40. #define SCSI_Out_CD SCSI_Out__CD__PC
  41. #define SCSI_Out_REQ SCSI_Out__REQ__PC
  42. #define SCSI_Out_IO_raw SCSI_Out__IO_raw__PC
  43. #endif /* End Pins SCSI_Out_ALIASES_H */
  44. /* [] END OF FILE */