pub type RawCountDownPitChain<const L: u8, const R: u8> = RawCountDown<Chained<L, R>>;
Expand description

A count down timer over two chained PIT channels.

Aliased Type§

struct RawCountDownPitChain<const L: u8, const R: u8> { /* private fields */ }

Implementations§

source§

impl<const L: u8, const R: u8> RawCountDownPitChain<L, R>

source

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

Create a count down timer from a PIT chain.