SCSI2SD/software/SCSI2SD/v5.2/USB_Bootloader.cydsn/Generated_Source/PSoC5/LED_aliases.h
2021-01-23 10:37:36 +10:00

40 lines
1.3 KiB
C

/*******************************************************************************
* File Name: LED.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_LED_ALIASES_H) /* Pins LED_ALIASES_H */
#define CY_PINS_LED_ALIASES_H
#include "cytypes.h"
#include "cyfitter.h"
/***************************************
* Constants
***************************************/
#define LED_0 (LED__0__PC)
#define LED_0_INTR ((uint16)((uint16)0x0001u << LED__0__SHIFT))
#define LED_1 (LED__1__PC)
#define LED_1_INTR ((uint16)((uint16)0x0001u << LED__1__SHIFT))
#define LED_INTR_ALL ((uint16)(LED_0_INTR| LED_1_INTR))
#endif /* End Pins LED_ALIASES_H */
/* [] END OF FILE */