pub trait SlotData<'d, const S: u8, const L: u8> { }Expand description
Data line L (bidirectional) for slot S.
Implementors§
impl<'d, const L: u8, P: PeripheralInput<'d> + PeripheralOutput<'d>> SlotData<'d, 0, L> for P
Available on crate feature
unstable only.impl<'d, const L: u8, P: PeripheralInput<'d> + PeripheralOutput<'d>> SlotData<'d, 1, L> for P
Available on crate feature
unstable only.