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§
pub struct RawCountDownPitChain<const L: u8, const R: u8> { /* private fields */ }Implementations§
Source§impl<const L: u8, const R: u8> RawCountDownPitChain<L, R>
impl<const L: u8, const R: u8> RawCountDownPitChain<L, R>
Sourcepub fn from_pit_chained(chain: Chained<L, R>) -> Self
pub fn from_pit_chained(chain: Chained<L, R>) -> Self
Create a count down timer from a PIT chain.