EPInstantGeneric

Type Alias EPInstantGeneric 

Source
pub type EPInstantGeneric<const NOM: u32, const DENOM: u32> = Instant<EPContainer, NOM, DENOM>;
Expand description

An Instant type but with a generic fraction. This needs to be converted into EPInstant for use in the EmbeddedProfiler::read_clock function.

Aliased Typeยง

pub struct EPInstantGeneric<const NOM: u32, const DENOM: u32> { /* private fields */ }