Home
last modified time | relevance | path

Searched defs:SensorTask (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/src/drivers/hall_twopole/
Dhall_twopole.c58 static struct SensorTask struct
60 struct Gpio *sPin;
61 struct Gpio *nPin;
62 struct ChainedIsr sIsr;
63 struct ChainedIsr nIsr;
65 uint32_t id;
66 uint32_t sensorHandle;
67 uint32_t debounceTimerHandle;
69 int32_t prevReportedState;
94 static void startDebounceTimer(struct SensorTask *data) in startDebounceTimer() argument
/device/google/contexthub/firmware/src/drivers/hall/
Dhall.c50 static struct SensorTask struct
52 struct Gpio *pin;
53 struct ChainedIsr isr;
55 uint32_t id;
56 uint32_t sensorHandle;
57 uint32_t debounceTimerHandle;
59 int32_t prevReportedValue;
61 bool on;
/device/google/contexthub/firmware/src/drivers/vsync/
Dvsync.c65 static struct SensorTask struct
67 struct Gpio *pin;
68 struct ChainedIsr isr;
69 struct SlabAllocator *evtSlab;
72 uint32_t id;
73 uint32_t sensorHandle;
75 bool on;