Module rubble::time[][src]

Expand description

Time APIs for obtaining the current time and calculating with points in time and durations.

These APIs are made for the BLE stack and are not meant to be general-purpose. The APIs here have microsecond resolution and use 32-bit arithmetic wherever possible.

Structs

A duration with microsecond resolution.

A point in time, relative to an unspecfied epoch.

Traits

Trait for time providers.