Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h137 void _timer_set_period(struct _timer_device *const device, const uint32_t clock_cycles);
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c128 void _timer_set_period(struct _timer_device *const dev, const uint32_t clock_cycles) in _timer_set_period() function
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_timer.c122 _timer_set_period(&descr->device, clock_cycles); in timer_set_clock_cycles_per_tick()