Searched refs:CY_GPIO_INTR_SET_MASK (Results 1 – 3 of 3) sorted by relevance
422 #define CY_GPIO_INTR_SET_MASK (0x01UL) /**< Single pin mask for setting the inte… macro
3273 intrSet = CY_GPIO_INTR_SET_MASK << pinNum; in Cy_GPIO_SetSwInterrupt()
305 …IB_DIV_ROUND(offsetof(GPIO_PRT_Type, INTR_SET), 4U)].writeMask = (CY_GPIO_INTR_SET_MASK << pinNum)… in Cy_PRA_InitGpioPort()