Searched refs:NVIC_VectTable (Results 1 – 4 of 4) sorted by relevance
70 void NVIC_SetVectorTable(u32 NVIC_VectTable, u32 NVIC_Offset) in NVIC_SetVectorTable() argument73 Assert_Param(IS_NVIC_VECTTABLE(NVIC_VectTable)); in NVIC_SetVectorTable()76 SCB->VTOR = NVIC_VectTable | (NVIC_Offset & (u32)0x1FFFFF80); in NVIC_SetVectorTable()
71 void NVIC_SetVectorTable(u32 NVIC_VectTable, u32 NVIC_Offset) in NVIC_SetVectorTable() argument74 Assert_Param(IS_NVIC_VECTTABLE(NVIC_VectTable)); in NVIC_SetVectorTable()77 SCB->VTOR = NVIC_VectTable | (NVIC_Offset & (u32)0x1FFFFF80); in NVIC_SetVectorTable()
107 void NVIC_SetVectorTable(u32 NVIC_VectTable, u32 NVIC_Offset);
Completed in 81 milliseconds