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

  /device/google/contexthub/firmware/os/platform/stm32/
exti.c 22 #include <plat/exti.h>
35 #define EXTI ((struct StmExti*)EXTI_BASE)
40 EXTI->RTSR |= (1UL << line);
41 EXTI->FTSR |= (1UL << line);
43 EXTI->RTSR |= (1UL << line);
44 EXTI->FTSR &= ~(1UL << line);
46 EXTI->RTSR &= ~(1UL << line);
47 EXTI->FTSR |= (1UL << line);
54 EXTI->IMR |= (1UL << line);
59 EXTI->IMR &= ~(1UL << line)
80 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); local
86 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); local
125 struct ExtiInterrupt *exti = mInterrupts; local
148 struct ExtiInterrupt *exti = extiForIrq(n); local
186 struct ExtiInterrupt *exti = extiForIrq(n); local
201 struct ExtiInterrupt *exti = extiForIrq(n); local
216 struct ExtiInterrupt *exti = mInterrupts; local
    [all...]
Android.mk 56 exti.c \
hostIntf.c 25 #include <plat/exti.h>
stm32.mk 44 os/platform/$(PLATFORM)/exti.c \
rtc.c 23 #include <plat/exti.h>
platform.c 24 #include <plat/exti.h>
spi.c 32 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 32 #include <plat/exti.h>
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 1283 const unsigned *exti, *exte, *insi, *inse; local
    [all...]
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 31 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 31 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/leds/
leds_gpio.c 29 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 20 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 20 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 36 #include <plat/exti.h>
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 2243 const unsigned *exti, *exte, *insi, *inse; local
    [all...]
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 33 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 21 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 20 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 33 #include <plat/exti.h>
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 21 #include <plat/exti.h>
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 31 #include <plat/exti.h>
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c 37 #include <plat/exti.h>
    [all...]

Completed in 805 milliseconds