Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c94 if (_timer_is_started(&descr->device)) { in timer_start()
108 if (!_timer_is_started(&descr->device)) { in timer_stop()
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h157 bool _timer_is_started(const struct _timer_device *const device);
/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c144 bool _timer_is_started(const struct _timer_device *const dev) in _timer_is_started() function