Skip to main content

BlockingPitChan

Type Alias BlockingPitChan 

Source
pub type BlockingPitChan<const N: u8, const HZ: u32> = BlockingPit<N, HZ>;
๐Ÿ‘ŽDeprecated since 0.5.1:

Use BlockingPit

Expand description

A single PIT channel that acts as a blocking timer.

Prefer BlockingPit, which is easier to type. It is also more distinct than BlockingPitChain, which varies from BlockingPitChan by only one letter.

Aliased Typeยง

pub struct BlockingPitChan<const N: u8, const HZ: u32> { /* private fields */ }