Home
last modified time | relevance | path

Searched refs:CY_SYSINT_MUX_REG_MSK (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_sysint.c122 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()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_sysint.h402 #define CY_SYSINT_MUX_REG_MSK (0x7UL) macro