Home
last modified time | relevance | path

Searched defs:IRQn (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_sysint.c138 … IRQn_Type IRQn = (IRQn_Type)(config->intrSrc >> 16) ; /* Fetch bit 16-31 to get CPU IRQ value */ in Cy_SysInt_Init() local
170 void Cy_SysInt_SetInterruptSource(IRQn_Type IRQn, cy_en_intr_t devIntrSrc) in Cy_SysInt_SetInterruptSource()
214 void Cy_SysInt_DisconnectInterruptSource(IRQn_Type IRQn, cy_en_intr_t devIntrSrc) in Cy_SysInt_DisconnectInterruptSource()
227 cy_en_intr_t Cy_SysInt_GetInterruptSource(IRQn_Type IRQn) in Cy_SysInt_GetInterruptSource()
283 cy_en_intr_t Cy_SysInt_GetInterruptActive(IRQn_Type IRQn) in Cy_SysInt_GetInterruptActive()
325 cy_israddress Cy_SysInt_SetVector(IRQn_Type IRQn, cy_israddress userIsr) in Cy_SysInt_SetVector()
355 cy_israddress Cy_SysInt_GetVector(IRQn_Type IRQn) in Cy_SysInt_GetVector()
373 void Cy_SysInt_SoftwareTrig(IRQn_Type IRQn) in Cy_SysInt_SoftwareTrig()
388 … IRQn_Type IRQn = (IRQn_Type)(config->intrSrc >> 16U); // Fetch bit 16-31 to get CPU IRQ value in Cy_SysInt_InitExtIRQ() local
Dcy_sysint_v2.c105 cy_israddress Cy_SysInt_SetVector(IRQn_Type IRQn, cy_israddress userIsr) in Cy_SysInt_SetVector()
127 cy_israddress Cy_SysInt_GetVector(IRQn_Type IRQn) in Cy_SysInt_GetVector()
146 void Cy_SysInt_SoftwareTrig(IRQn_Type IRQn) in Cy_SysInt_SoftwareTrig()