1 /*******************************************************************************
6 * This file contains the Alias definitions for Per-Pin APIs in cypins.h.
7 * Information on using these APIs can be found in the System Reference Guide.
11 ********************************************************************************
12 * Copyright 2008-2015, Cypress Semiconductor Corporation. All rights reserved.
13 * You may use this file only in accordance with the license, terms, conditions,
14 * disclaimers, and limitations in the end user license agreement accompanying
15 * the software package with which this file was provided.
16 *******************************************************************************/
18 #if !defined(CY_PINS_NOR_SCK_ALIASES_H) /* Pins NOR_SCK_ALIASES_H */
19 #define CY_PINS_NOR_SCK_ALIASES_H
25 /***************************************
27 ***************************************/
28 #define NOR_SCK_0 (NOR_SCK__0__PC)
29 #define NOR_SCK_0_INTR ((uint16)((uint16)0x0001u << NOR_SCK__0__SHIFT))
31 #define NOR_SCK_INTR_ALL ((uint16)(NOR_SCK_0_INTR))
33 #endif /* End Pins NOR_SCK_ALIASES_H */