Searched refs:__vector_table_rw_ptr (Results 1 – 1 of 1) sorted by relevance
34 static uint32_t *__vector_table_rw_ptr = (uint32_t*)&__s_vector_table_rw; variable36 static uint32_t *__vector_table_rw_ptr = (uint32_t*)&__ns_vector_table_rw; variable90 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()