Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysint_v2.c34 static uint32_t *__vector_table_rw_ptr = (uint32_t*)&__s_vector_table_rw; variable
36 static uint32_t *__vector_table_rw_ptr = (uint32_t*)&__ns_vector_table_rw; variable
90 if (SCB->VTOR == (uint32_t)__vector_table_rw_ptr) in Cy_SysInt_Init()
109 if (SCB->VTOR == (uint32_t)__vector_table_rw_ptr) in Cy_SysInt_SetVector()
113 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()
131 if (SCB->VTOR == (uint32_t)__vector_table_rw_ptr) in Cy_SysInt_GetVector()
133 currIsr = (cy_israddress)__vector_table_rw_ptr[CY_INT_IRQ_BASE + (uint32_t)IRQn]; in Cy_SysInt_GetVector()