pub trait SlotCmd<'d, const S: u8> { }Expand description
Command (bidirectional) pin for slot S.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<'d, P: PeripheralInput<'d> + PeripheralOutput<'d>> SlotCmd<'d, 1> for P
Available on crate feature
unstable only.impl<'d> SlotCmd<'d, 0> for GPIO44<'d>
Available on crate feature
unstable only.