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