Skip to main content

SlotClk

Trait SlotClk 

Source
pub trait SlotClk<'d, const S: u8> { }
Expand description

Card-clock output pin for slot S.

Implementors§

Source§

impl<'d, P: PeripheralOutput<'d>> SlotClk<'d, 0> for P

Available on crate feature unstable only.
Source§

impl<'d, P: PeripheralOutput<'d>> SlotClk<'d, 1> for P

Available on crate feature unstable only.