Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h109 int32_t _timer_init(struct _timer_device *const device, void *const hw);
/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c57 int32_t _timer_init(struct _timer_device *const dev, void *const hw) in _timer_init() function
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c70 _timer_init(&descr->device, hw); in timer_init()