Searched defs:SensorTask (Results 1 – 3 of 3) sorted by relevance
58 static struct SensorTask struct60 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
50 static struct SensorTask struct52 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;
70 static struct SensorTask struct72 struct Gpio *pin;73 struct ChainedIsr isr;74 struct SlabAllocator *evtSlab;77 uint32_t id;78 uint32_t sensorHandle;80 bool on;