Type Alias imxrt_hal::timer::BlockingPitChain

source ·
pub type BlockingPitChain<const L: u8, const R: u8, const HZ: u32> = Blocking<Chained<L, R>, HZ>;
Expand description

A chain of PIT channels that act as a blocking timer.

Aliased Type§

struct BlockingPitChain<const L: u8, const R: u8, const HZ: u32> { /* private fields */ }

Implementations§

source§

impl<const L: u8, const R: u8, const HZ: u32> BlockingPitChain<L, R, HZ>

source

pub fn from_pit_chained(chain: Chained<L, R>) -> Self

Create a blocking adapter from chained PIT channels.