30#include "ove_config.h"
void ove_time_delay_ms(uint32_t ms)
Block the calling task for at least ms milliseconds.
void ove_time_delay_us(uint32_t us)
Block the calling task for at least us microseconds.
int ove_time_get_ns(uint64_t *out)
Get the current monotonic time in nanoseconds.
int ove_time_get_us(uint64_t *out)
Get the current monotonic time in microseconds.
#define OVE_ERR_NOT_SUPPORTED
The requested feature is not supported by the active backend.
Definition types.h:38