OPTIGA™ Trust M
Host Library Documentation
|
This file provides the prototype declarations of PAL OS timer functionalities. More...
#include "pal.h"
Go to the source code of this file.
Functions | |
uint32_t | pal_os_timer_get_time_in_microseconds (void) |
Gets tick count value in microseconds. More... | |
uint32_t | pal_os_timer_get_time_in_milliseconds (void) |
Gets tick count value in milliseconds. More... | |
void | pal_os_timer_delay_in_milliseconds (uint16_t milliseconds) |
Waits or delay until the supplied milliseconds. More... | |
pal_status_t | pal_timer_init (void) |
To initialize the timer. More... | |
pal_status_t | pal_timer_deinit (void) |
To De-initialize the timer. More... | |
This file provides the prototype declarations of PAL OS timer functionalities.
Definition in file pal_os_timer.h.
void pal_os_timer_delay_in_milliseconds | ( | uint16_t | milliseconds | ) |
Waits or delay until the supplied milliseconds.
Waits or delays until the given milliseconds time
[in] | milliseconds | Delay value in milliseconds |
uint32_t pal_os_timer_get_time_in_microseconds | ( | void | ) |
Gets tick count value in microseconds.
Get the current time in microseconds
uint32_t | time in microseconds |
uint32_t pal_os_timer_get_time_in_milliseconds | ( | void | ) |
Gets tick count value in milliseconds.
Get the current time in milliseconds
uint32_t | time in milliseconds |
pal_status_t pal_timer_deinit | ( | void | ) |
To De-initialize the timer.
To De-initialize the timer
PAL_STATUS_SUCCESS | On successful execution |
PAL_STATUS_FAILURE | On failure |
pal_status_t pal_timer_init | ( | void | ) |
To initialize the timer.
To initialize the timer
PAL_STATUS_SUCCESS | On successful execution |
PAL_STATUS_FAILURE | On failure |