NinjaFlight
|
#include <system_calls.h>
Data Fields | |
sys_micros_t(* | micros )(const struct system_calls_time *self) |
Timing interface
sys_micros_t(* system_calls_time::micros)(const struct system_calls_time *self) |
Returns current time in microseconds since program start. This value should wrap around and sys_micros_t should always be a signed integer to allow easy wrap-agnostic comparison of timestamps.