Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h146 uint32_t _timer_get_period(const struct _timer_device *const device);
/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c136 uint32_t _timer_get_period(const struct _timer_device *const dev) in _timer_get_period() function
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c186 *cycles = _timer_get_period(&descr->device); in timer_get_clock_cycles_in_tick()