Searched defs:pin (Results 1 – 6 of 6) sorted by relevance
| /device/google/contexthub/firmware/src/drivers/vsync/ |
| D | vsync.c | 67 struct Gpio *pin; 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 | 52 struct Gpio *pin; 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/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 | 200 struct Gpio *pin; 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 | 223 struct Gpio *pin; 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 | 911 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) 920 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
|