Searched defs:isr (Results 1 – 11 of 11) sorted by relevance
| /device/google/contexthub/firmware/src/drivers/vsync/ |
| D | vsync.c | 68 struct ChainedIsr isr; member 124 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 133 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
| /device/google/contexthub/firmware/src/drivers/hall/ |
| D | hall.c | 53 struct ChainedIsr isr; member 104 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 113 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
| /device/google/contexthub/firmware/inc/ |
| D | isr.h | 41 static inline void chainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in chainIsr() 48 static inline void unchainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in unchainIsr()
|
| /device/google/contexthub/firmware/src/platform/stm32f4xx/ |
| D | exti.c | 138 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiChainIsr() 148 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiUnchainIsr()
|
| D | spi.c | 458 static bool stmSpiExtiIsr(struct ChainedIsr *isr) in stmSpiExtiIsr() 475 struct ChainedIsr *isr = &pdev->state.isrNss; in stmSpiSlaveSetCsInterrupt() local
|
| D | dma.c | 230 uint8_t isr = dmaGetIsr(busId, stream); in dmaIsr() local
|
| D | platform.c | 221 static bool platWakeupIsr(struct ChainedIsr *isr) in platWakeupIsr()
|
| /device/google/contexthub/firmware/src/drivers/hall_twopole/ |
| D | hall_twopole.c | 121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in enableInterrupt() 130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt()
|
| /device/google/contexthub/firmware/src/drivers/rohm_rpr0521/ |
| D | rohm_rpr0521.c | 201 struct ChainedIsr isr; member 260 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() 267 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
| /device/google/contexthub/firmware/src/drivers/ams_tmd4903/ |
| D | ams_tmd4903.c | 224 struct ChainedIsr isr; member 352 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger) in enableInterrupt() 359 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
|
| /device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
| D | bosch_bmi160.c | 787 static bool bmi160Isr1(struct ChainedIsr *isr) 801 static bool bmi160Isr2(struct ChainedIsr *isr) 911 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) 920 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
|