|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
131 DEPRECATED_MSG(
"API no longer supported, use sys_timer_get_uptime_ticks() instead.")
146 DEPRECATED_MSG(
"API no longer supported, use sys_timer_get_uptime_ticks_fromISR() instead.")
Central include header file with platform definitions.
__STATIC_INLINE uint64_t sys_timer_get_timestamp(void)
Get timestamp value.
Definition: sys_timer.h:132
uint64_t sys_timer_get_uptime_usec(void)
Get uptime in usec.
__RETAINED_HOT_CODE uint64_t sys_timer_get_uptime_usec_fromISR(void)
Get uptime in usec.
__RETAINED_HOT_CODE uint32_t sys_timer_get_tick_offset(void)
Get OS timer offset in the tick period.
__RETAINED_CODE uint64_t sys_timer_get_uptime_ticks_fromISR(void)
Get uptime ticks value.
void sys_timer_start(uint32_t period)
Start the OS timer.
__RETAINED_CODE void sys_timer_set_trigger(uint32_t trigger)
Set OS timer trigger.
uint64_t sys_timer_get_uptime_ticks(void)
Get uptime ticks value.
__STATIC_INLINE uint64_t sys_timer_get_timestamp_fromISR(void)
Get timestamp value.
Definition: sys_timer.h:147
void sys_timer_stop(void)
Stop the OS timer.