Type Alias imxrt_hal::timer::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§

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