Home
last modified time | relevance | path

Searched refs:timer_process_counted (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c62 static void timer_process_counted(struct _timer_device *device);
72 descr->device.timer_cb.period_expired = timer_process_counted; in timer_init()
237 static void timer_process_counted(struct _timer_device *device) in timer_process_counted() function