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

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
exti.h 67 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr);
68 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr);
cmsis.h 128 } IRQn_Type;
spi.h 41 IRQn_Type irqNss;
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/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/os/platform/stm32/
exti.c 75 IRQn_Type irq;
135 static inline struct ExtiInterrupt *extiForIrq(IRQn_Type n)
146 static void extiIrqHandler(IRQn_Type n)
184 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr)
199 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr)
i2c.c 171 IRQn_Type irqEv;
172 IRQn_Type irqEr;
spi.c 101 IRQn_Type irq;
  /device/google/contexthub/firmware/os/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)
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 507 IRQn_Type Irq1;
508 IRQn_Type Irq2;
1019 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr)
1028 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr)
    [all...]

Completed in 333 milliseconds