pub type BlockingGpt<const N: u8, const HZ: u32> = Blocking<Gpt<N>, HZ>;
A GPT that acts as a blocking timer.
pub struct BlockingGpt<const N: u8, const HZ: u32> { /* private fields */ }
Create a blocking adapter from a GPT.