pub type TimerInstant<T, const FREQ_HZ: u32> = Instant<T, 1, FREQ_HZ>;
Alias for instants that come from timers with a specific frequency
struct TimerInstant<T, const FREQ_HZ: u32> { /* private fields */ }