HomeSort by relevance Sort by last modified time
    Searched refs:EXTI0_IRQn (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/inc/variant/nucleo/
variant.h 33 #define SH_EXTI_WAKEUP_IRQ EXTI0_IRQn
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
exti.c 98 DECLARE_SHARED_EXTI(EXTI0_IRQn),
109 if (n >= EXTI0_IRQn && n <= EXTI4_IRQn)
110 return &gInterrupts[n - EXTI0_IRQn];
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/
cmsis.h 50 EXTI0_IRQn = 6,

Completed in 464 milliseconds