52 extern volatile uint32_t gTimeCounter;
55 .value = gTimeCounter,
61 static inline uint32_t time_to_ms(
timeout_t t)
74 return (timeout.value - now.value) > INT32_MAX;
92 void time_suspend(
void);
93 void time_resume(
void);
libheivs configuration file
static uint32_t time_elapsed(timeout_t timeout)
Is this time passed?
static timeout_t time_get(void)
Get current time in obscure format from boot.
timeout_t time_set_timeout_ms(uint32_t ms)
Set an obscure time at least ms milliseconds in the future.