Home
last modified time | relevance | path

Searched refs:CY_INT_IRQ_BASE (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysint_v2.c113 prevIsr = (cy_israddress)__vector_table_rw_ptr[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_SetVector()
114 __vector_table_rw_ptr[CY_INT_IRQ_BASE + (uint32_t)IRQn] = (uint32_t)userIsr; in Cy_SysInt_SetVector()
133 currIsr = (cy_israddress)__vector_table_rw_ptr[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()
Dcy_sysint.c399 prevIsr = __ramVectors[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_SetVector()
400 __ramVectors[CY_INT_IRQ_BASE + (uint32_t)IRQn] = userIsr; in Cy_SysInt_SetVector()
406 … SCB_CleanDCache_by_Addr((uint32_t*)&__ramVectors[CY_INT_IRQ_BASE + (uint32_t)IRQn], 4); in Cy_SysInt_SetVector()
413 prevIsr = __Vectors[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_SetVector()
427 currIsr = __ramVectors[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()
431 currIsr = __Vectors[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sysint.h464 …#define CY_INT_IRQ_BASE (16U) /**< Start location of interrupts in the vector table … macro