Home
last modified time | relevance | path

Searched refs:system_time_t (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_time_measure.h65 typedef uint32_t system_time_t; typedef
90 system_time_t _system_time_get(const void *const hw);
97 system_time_t _system_time_get_max_time_value(const void *const hw);
/loramac-node-latest/src/boards/mcu/saml21/hpl/systick/
Dhpl_systick.c78 system_time_t _system_time_get(const void *const hw) in _system_time_get()
81 return (system_time_t)SysTick->VAL; in _system_time_get()
87 system_time_t _system_time_get_max_time_value(const void *const hw) in _system_time_get_max_time_value()