Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_timer.h89 struct _timer_hpl_interface { struct
90 int32_t (*init)(struct _timer_device *const device, void *const hw);
91 void (*deinit)(struct _timer_device *const device);
92 void (*start_timer)(struct _timer_device *const device);
93 void (*stop_timer)(struct _timer_device *const device);
94 void (*set_timer_period)(struct _timer_device *const device, const uint32_t clock_cycles);
95 uint32_t (*get_period)(const struct _timer_device *const device);
96 bool (*is_timer_started)(const struct _timer_device *const device);
97 void (*set_timer_irq)(struct _timer_device *const device);