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

  /device/google/contexthub/firmware/inc/platform/stm32f4xx/
exti.h 67 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr);
68 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr);
cmsis.h 127 } IRQn_Type;
spi.h 41 IRQn_Type irqNss;
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
exti.c 74 IRQn_Type irq;
107 static inline struct ExtiInterrupt *extiForIrq(IRQn_Type n)
118 static void extiIrqHandler(IRQn_Type n)
138 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr)
148 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr)
i2c.c 170 IRQn_Type irqEv;
171 IRQn_Type irqEr;
spi.c 101 IRQn_Type irq;
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cm0.h 544 __STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
556 __STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)
572 __STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)
584 __STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)
596 __STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)
611 __STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
633 __STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
    [all...]
core_cm0plus.h     [all...]
core_sc000.h     [all...]
core_cm3.h     [all...]
core_cm4.h     [all...]
core_sc300.h     [all...]
core_cm7.h     [all...]
  /device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c 121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn)
130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn)

Completed in 413 milliseconds