Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_cm3_misc.c124 void NVIC_SetPendingSystemHandler(u32 SystemHandler) in NVIC_SetPendingSystemHandler() argument
127 Assert_Param(IS_NVIC_SYSTEMHANDLER(SystemHandler)); in NVIC_SetPendingSystemHandler()
130 SCB->ICSR |= SystemHandler; in NVIC_SetPendingSystemHandler()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_cm0plus_misc.c116 void NVIC_SetPendingSystemHandler(u32 SystemHandler) in NVIC_SetPendingSystemHandler() argument
119 Assert_Param(IS_NVIC_SYSTEMHANDLER(SystemHandler)); in NVIC_SetPendingSystemHandler()
122 SCB->ICSR |= SystemHandler; in NVIC_SetPendingSystemHandler()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32_cm0plus_misc.h109 void NVIC_SetPendingSystemHandler(u32 SystemHandler);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32_cm3_misc.h110 void NVIC_SetPendingSystemHandler(u32 SystemHandler);

Completed in 6 milliseconds