[][src]Module rubble::time

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 used for general project. The APIs here have microsecond resolution and use 32-bit arithmetic wherever possible.

Structs

Duration

A duration with microsecond resolution.

Instant

A point in time, relative to an unspecfied epoch.

Traits

Timer

Trait for time providers.