Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysint.c148 …cy_en_intr_t devIntrSrc = (cy_en_intr_t)((uint32_t)config->intrSrc & CY_SYSINT_INTRSRC_MASK); /* F… in Cy_SysInt_Init() local
152 Cy_SysInt_SetInterruptSource(IRQn, devIntrSrc); in Cy_SysInt_Init()
156 (void)Cy_SysInt_SetSystemIrqVector(devIntrSrc, userIsr); in Cy_SysInt_Init()
186 …cy_en_intr_t devIntrSrc = (cy_en_intr_t)((uint32_t)config->intrSrc & CY_SYSINT_INTRSRC_MASK); /* F… in Cy_SysInt_Init() local
194 Cy_SysInt_SetInterruptSource(IRQn, devIntrSrc); in Cy_SysInt_Init()
204 (void)Cy_SysInt_SetSystemIrqVector(devIntrSrc, userIsr); in Cy_SysInt_Init()
217 void Cy_SysInt_SetInterruptSource(IRQn_Type IRQn, cy_en_intr_t devIntrSrc) in Cy_SysInt_SetInterruptSource() argument
228 CY_REG32_CLR_SET(CPUSS_CM0_INT_CTL[regPos], bitfield, devIntrSrc); in Cy_SysInt_SetInterruptSource()
233 …CY_ASSERT_L1(CY_CPUSS_DISCONNECTED_IRQN != devIntrSrc); /* Disconnection feature doesn't work for … in Cy_SysInt_SetInterruptSource()
235 … CPUSS_CM0_SYSTEM_INT_CTL[devIntrSrc] = _VAL2FLD(CPUSS_V2_CM0_SYSTEM_INT_CTL_CPU_INT_IDX, IRQn) in Cy_SysInt_SetInterruptSource()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sysint.h693 void Cy_SysInt_SetInterruptSource(IRQn_Type IRQn, cy_en_intr_t devIntrSrc);
742 IRQn_Type Cy_SysInt_GetNvicConnection(cy_en_intr_t devIntrSrc);
799 void Cy_SysInt_DisconnectInterruptSource(IRQn_Type IRQn, cy_en_intr_t devIntrSrc);
968 void Cy_SysInt_SetNmiSource(cy_en_sysint_nmi_t nmiNum, cy_en_intr_t devIntrSrc);
1047 #define Cy_SysInt_SetIntSource(intrSrc, devIntrSrc) Cy_SysInt_SetInterruptSource(intrSrc, devIntrSr… argument