36[[nodiscard]]
inline int get_us(uint64_t *out) {
37 return ove_time_get_us(out);
45 ove_time_delay_ms(ms);
53 ove_time_delay_us(us);
void delay_us(uint32_t us)
Blocks the calling task for at least the specified number of microseconds.
Definition time.hpp:52
void delay_ms(uint32_t ms)
Blocks the calling task for at least the specified number of milliseconds.
Definition time.hpp:44
int get_us(uint64_t *out)
Returns the current system time in microseconds.
Definition time.hpp:36
Top-level namespace for all oveRTOS C++ abstractions.
Definition app.hpp:19
Common type definitions and concepts for the C++ wrapper layer.