| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /*******************************************************************************
- * File Name: SCSI_Out.h
- * Version 1.90
- *
- * Description:
- * This file containts Control Register function prototypes and register defines
- *
- * Note:
- *
- ********************************************************************************
- * Copyright 2008-2012, Cypress Semiconductor Corporation. All rights reserved.
- * You may use this file only in accordance with the license, terms, conditions,
- * disclaimers, and limitations in the end user license agreement accompanying
- * the software package with which this file was provided.
- *******************************************************************************/
- #if !defined(CY_PINS_SCSI_Out_ALIASES_H) /* Pins SCSI_Out_ALIASES_H */
- #define CY_PINS_SCSI_Out_ALIASES_H
- #include "cytypes.h"
- #include "cyfitter.h"
- /***************************************
- * Constants
- ***************************************/
- #define SCSI_Out_0 SCSI_Out__0__PC
- #define SCSI_Out_1 SCSI_Out__1__PC
- #define SCSI_Out_2 SCSI_Out__2__PC
- #define SCSI_Out_3 SCSI_Out__3__PC
- #define SCSI_Out_4 SCSI_Out__4__PC
- #define SCSI_Out_5 SCSI_Out__5__PC
- #define SCSI_Out_6 SCSI_Out__6__PC
- #define SCSI_Out_7 SCSI_Out__7__PC
- #define SCSI_Out_8 SCSI_Out__8__PC
- #define SCSI_Out_9 SCSI_Out__9__PC
- #define SCSI_Out_DBP_raw SCSI_Out__DBP_raw__PC
- #define SCSI_Out_ATN SCSI_Out__ATN__PC
- #define SCSI_Out_BSY SCSI_Out__BSY__PC
- #define SCSI_Out_ACK SCSI_Out__ACK__PC
- #define SCSI_Out_RST SCSI_Out__RST__PC
- #define SCSI_Out_MSG SCSI_Out__MSG__PC
- #define SCSI_Out_SEL SCSI_Out__SEL__PC
- #define SCSI_Out_CD SCSI_Out__CD__PC
- #define SCSI_Out_REQ SCSI_Out__REQ__PC
- #define SCSI_Out_IO_raw SCSI_Out__IO_raw__PC
- #endif /* End Pins SCSI_Out_ALIASES_H */
- /* [] END OF FILE */
|