Skip to main content

BlockingPitChain

Type Alias 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§

pub 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.