pub type RawCountDownGpt<const N: u8> = RawCountDown<Gpt<N>>;
A count down timer over a GPT.
pub struct RawCountDownGpt<const N: u8> { /* private fields */ }
Create a count down timer from a GPT.