SCSI2SD/software/SCSI2SD/v5.5/SCSI2SD.cydsn/Generated_Source/PSoC5/BOOTLDR_aliases.h
2018-10-31 23:04:45 +10:00

37 lines
1.2 KiB
C
Executable File

/*******************************************************************************
* File Name: BOOTLDR.h
* Version 2.20
*
* Description:
* This file contains the Alias definitions for Per-Pin APIs in cypins.h.
* Information on using these APIs can be found in the System Reference Guide.
*
* Note:
*
********************************************************************************
* Copyright 2008-2015, 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_BOOTLDR_ALIASES_H) /* Pins BOOTLDR_ALIASES_H */
#define CY_PINS_BOOTLDR_ALIASES_H
#include "cytypes.h"
#include "cyfitter.h"
/***************************************
* Constants
***************************************/
#define BOOTLDR_0 (BOOTLDR__0__PC)
#define BOOTLDR_0_INTR ((uint16)((uint16)0x0001u << BOOTLDR__0__SHIFT))
#define BOOTLDR_INTR_ALL ((uint16)(BOOTLDR_0_INTR))
#endif /* End Pins BOOTLDR_ALIASES_H */
/* [] END OF FILE */