pub trait SlotData<'d, const S: u8, const L: u8> { }Expand description
Data line L (bidirectional) for slot S.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<'d, const L: u8, P: PeripheralInput<'d> + PeripheralOutput<'d>> SlotData<'d, 1, L> for P
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 0> for GPIO39<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 1> for GPIO40<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 2> for GPIO41<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 3> for GPIO42<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 4> for GPIO45<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 5> for GPIO46<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 6> for GPIO47<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 7> for GPIO48<'d>
Available on crate feature
unstable only.