pub type RawCountDownPitChan<const N: u8> = RawCountDownPit<N>;๐Deprecated since 0.5.1:
Use RawCountDownPit
Expand description
A count down timer over a PIT channel.
Prefer RawCountDownPit, which is easier to type. It is also more
distinct than RawCountDownPitChain, which varies from RawCountDownPitChan
by only one letter.
Aliased Typeยง
pub struct RawCountDownPitChan<const N: u8> { /* private fields */ }