Home
last modified time | relevance | path

Searched refs:_timer_hpl_interface (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc_base.h57 struct _timer_hpl_interface *_rtc_get_timer(void);
Dhpl_rtc.c179 struct _timer_hpl_interface *_rtc_get_timer(void) in _rtc_get_timer()
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h89 struct _timer_hpl_interface { struct
Dhal_timer.h112 …init(struct timer_descriptor *const descr, void *const hw, struct _timer_hpl_interface *const func…
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_timer.c67 …init(struct timer_descriptor *const descr, void *const hw, struct _timer_hpl_interface *const func) in timer_init()