Searched refs:CY_SYSINT_MUX_REG_MSK (Results 1 – 2 of 2) sorted by relevance
122 if(0UL == (regPos & (uint32_t)~CY_SYSINT_MUX_REG_MSK)) in Cy_SysInt_SetInterruptSource()160 if(0UL == (regPos & (uint32_t)~CY_SYSINT_MUX_REG_MSK)) in Cy_SysInt_GetInterruptSource()
402 #define CY_SYSINT_MUX_REG_MSK (0x7UL) macro