pub trait SlotData<'d, const S: u8, const L: u8> { }Expand description
Data line L (bidirectional) for slot S.
Implementors§
impl<'d> SlotData<'d, 0, 0> for GPIO7<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 1> for GPIO8<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 2> for GPIO9<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 3> for GPIO10<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 4> for GPIO16<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 5> for GPIO17<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 6> for GPIO5<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 0, 7> for GPIO18<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 1, 0> for GPIO2<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 1, 1> for GPIO4<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 1, 2> for GPIO12<'d>
Available on crate feature
unstable only.impl<'d> SlotData<'d, 1, 3> for GPIO13<'d>
Available on crate feature
unstable only.