Searched refs:intrSet (Results 1 – 3 of 3) sorted by relevance
186 base->INTR_SET = config->intrSet; in Cy_CSD_Configure()
2986 uint32_t intrSet; in Cy_GPIO_SetSwInterrupt() local2993 intrSet = CY_GPIO_INTR_SET_MASK << pinNum; in Cy_GPIO_SetSwInterrupt()3002 … CY_PRA_REG32_SET(CY_PRA_GET_PORT_REG_INDEX(base, CY_PRA_SUB_INDEX_PORT_INTR_SET), intrSet); in Cy_GPIO_SetSwInterrupt()3006 GPIO_PRT_INTR_SET(base) = intrSet; in Cy_GPIO_SetSwInterrupt()3014 GPIO_PRT_INTR_SET(base) = intrSet; in Cy_GPIO_SetSwInterrupt()
497 uint32_t intrSet; /**< Stores the CSD.INTR_SET register value */ member