[][src]Module alt_stm32f30x_hal::time

Time units

Macros

bitrate

Macro to add extension traits for integer types.

Structs

Bps

Bits per second

Hertz

Hertz

Instant

A measurement of a monotonically nondecreasing clock

KiloHertz

KiloHertz

MegaHertz

MegaHertz

MonoTimer

A monotonic nondecreasing timer

Traits

I32BitrateExt

Extension trait that adds convenience methods to the i32 type.

I64BitrateExt

Extension trait that adds convenience methods to the i64 type.

I128BitrateExt

Extension trait that adds convenience methods to the i128 type.

ISizeBitrateExt

Extension trait that adds convenience methods to the isize type.

U32BitrateExt

Extension trait that adds convenience methods to the u32 type.

U64BitrateExt

Extension trait that adds convenience methods to the u64 type.

U128BitrateExt

Extension trait that adds convenience methods to the u128 type.

USizeBitrateExt

Extension trait that adds convenience methods to the usize type.