Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c168 if (dev->timer_cb.period_expired) { in _rtc_timer_interrupt_handler()
169 dev->timer_cb.period_expired(dev); in _rtc_timer_interrupt_handler()
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h81 struct _timer_callbacks timer_cb; member
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c72 descr->device.timer_cb.period_expired = timer_process_counted; in timer_init()