Skip to main content

RawCountDownPitChan

Type Alias RawCountDownPitChan 

Source
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 */ }