OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debounceTimerCallback
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/src/drivers/hall/
hall.c
64
static void
debounceTimerCallback
(uint32_t timerId, void *cookie)
96
mTask.debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50,
debounceTimerCallback
, (void*)pinState, true /* oneShot */);
/device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c
84
static void
debounceTimerCallback
(uint32_t timerId, void *cookie)
100
data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50,
debounceTimerCallback
, (void*)currPinState, true /* oneShot */);
Completed in 2958 milliseconds