Home
last modified time | relevance | path

Searched refs:disableInterrupt (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/src/drivers/hall_twopole/
Dhall_twopole.c130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt() function
161 disableInterrupt(mTask.sPin, &mTask.sIsr, HALL_S_IRQ); in hallPower()
162 disableInterrupt(mTask.nPin, &mTask.nIsr, HALL_N_IRQ); in hallPower()
240 disableInterrupt(mTask.sPin, &mTask.sIsr, HALL_S_IRQ); in endTask()
241 disableInterrupt(mTask.nPin, &mTask.nIsr, HALL_N_IRQ); in endTask()
/device/google/contexthub/firmware/src/drivers/vsync/
Dvsync.c96 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
120 disableInterrupt(mTask.pin, &mTask.isr); in vsyncPower()
172 disableInterrupt(mTask.pin, &mTask.isr); in endTask()
/device/google/contexthub/firmware/src/drivers/hall/
Dhall.c113 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
142 disableInterrupt(mTask.pin, &mTask.isr); in hallPower()
222 disableInterrupt(mTask.pin, &mTask.isr); in endTask()
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c287 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
468 disableInterrupt(mTask.pin, &mTask.isr); in sensorPowerProx()
682 disableInterrupt(mTask.pin, &mTask.isr); in handle_i2c_event()
797 disableInterrupt(mTask.pin, &mTask.isr); in handle_i2c_event()
859 disableInterrupt(mTask.pin, &mTask.isr); in end_app()
886 disableInterrupt(mTask.pin, &mTask.isr); in handle_event()
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
Drohm_rpr0521.c265 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
384 disableInterrupt(mTask.pin, &mTask.isr); in sensorPowerProx()
665 disableInterrupt(mTask.pin, &mTask.isr); in end_app()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c829 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
3094 disableInterrupt(mTask.Int1, &mTask.Isr1); in endTask()
3095 disableInterrupt(mTask.Int2, &mTask.Isr2); in endTask()