Searched refs:debounceTimerCallback (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 64 static void debounceTimerCallback(uint32_t timerId, void *cookie) in debounceTimerCallback() function 96 …bounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (void*)pi… in hallIsr()
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 84 static void debounceTimerCallback(uint32_t timerId, void *cookie) in debounceTimerCallback() function 100 …data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in startDebounceTimer()
|