pub trait SlotClk<'d, const S: u8> { }Expand description
Card-clock output pin for slot S.
Implementors§
impl<'d, P: PeripheralOutput<'d>> SlotClk<'d, 0> for P
Available on crate feature
unstable only.impl<'d, P: PeripheralOutput<'d>> SlotClk<'d, 1> for P
Available on crate feature
unstable only.