Searched refs:SystemHandler (Results 1 – 4 of 4) sorted by relevance
124 void NVIC_SetPendingSystemHandler(u32 SystemHandler) in NVIC_SetPendingSystemHandler() argument127 Assert_Param(IS_NVIC_SYSTEMHANDLER(SystemHandler)); in NVIC_SetPendingSystemHandler()130 SCB->ICSR |= SystemHandler; in NVIC_SetPendingSystemHandler()
116 void NVIC_SetPendingSystemHandler(u32 SystemHandler) in NVIC_SetPendingSystemHandler() argument119 Assert_Param(IS_NVIC_SYSTEMHANDLER(SystemHandler)); in NVIC_SetPendingSystemHandler()122 SCB->ICSR |= SystemHandler; in NVIC_SetPendingSystemHandler()
109 void NVIC_SetPendingSystemHandler(u32 SystemHandler);
110 void NVIC_SetPendingSystemHandler(u32 SystemHandler);
Completed in 9 milliseconds