OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableInterrupt
(Results
1 - 7
of
7
) sorted by null
/device/google/contexthub/firmware/os/drivers/vsync/
vsync.c
125
static bool
enableInterrupt
(struct Gpio *pin, struct ChainedIsr *isr)
156
enableInterrupt
(mTask.pin, &mTask.isr);
/device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c
121
static bool
enableInterrupt
(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn)
158
enableInterrupt
(mTask.sPin, &mTask.sIsr, HALL_S_IRQ);
159
enableInterrupt
(mTask.nPin, &mTask.nIsr, HALL_N_IRQ);
/device/google/contexthub/firmware/os/drivers/hall/
hall.c
104
static bool
enableInterrupt
(struct Gpio *pin, struct ChainedIsr *isr)
140
enableInterrupt
(mTask.pin, &mTask.isr);
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c
159
static inline void
enableInterrupt
(bool enable)
337
enableInterrupt
(enable);
589
enableInterrupt
(false);
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c
355
static bool
enableInterrupt
(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger)
538
enableInterrupt
(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING);
573
enableInterrupt
(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING);
624
enableInterrupt
(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING);
[
all
...]
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c
277
static bool
enableInterrupt
(struct Gpio *pin, struct ChainedIsr *isr)
441
enableInterrupt
(mTask.pin, &mTask.isr);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
952
static bool
enableInterrupt
(struct Gpio *pin, struct ChainedIsr *isr)
[
all
...]
Completed in 1438 milliseconds