NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
system_calls_time Struct Reference

#include <system_calls.h>

Data Fields

sys_micros_t(* micros )(const struct system_calls_time *self)
 

Detailed Description

Timing interface

Field Documentation

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.


The documentation for this struct was generated from the following file: