Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0.h596 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
Dcore_cm0plus.h707 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
Dcore_sc000.h727 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
Dcore_cm3.h1395 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
Dcore_sc300.h1375 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
Dcore_cm4.h1547 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
Dcore_cm7.h1734 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn) in NVIC_ClearPendingIRQ() function
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c237 NVIC_ClearPendingIRQ(i); in platInitialize()
Dspi.c380 NVIC_ClearPendingIRQ(pdev->cfg->irq); in stmSpiRxTx()