|
OPTIGA™ Trust M
Host Library Documentation
|
Go to the documentation of this file.
38 #ifndef _PAL_OS_TIMER_H_
39 #define _PAL_OS_TIMER_H_
uint32_t pal_os_timer_get_time_in_milliseconds(void)
Gets tick count value in milliseconds.
pal_status_t pal_timer_init(void)
To initialize the timer.
pal_status_t pal_timer_deinit(void)
To De-initialize the timer.
uint32_t pal_os_timer_get_time_in_microseconds(void)
Gets tick count value in microseconds.
This file provides the prototype declarations of platform abstraction layer.
void pal_os_timer_delay_in_milliseconds(uint16_t milliseconds)
Waits or delay until the supplied milliseconds.