Skip to main content

SlotCmd

Trait SlotCmd 

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

Command (bidirectional) pin for slot S.

Implementors§

Source§

impl<'d, P: PeripheralInput<'d> + PeripheralOutput<'d>> SlotCmd<'d, 0> for P

Available on crate feature unstable only.
Source§

impl<'d, P: PeripheralInput<'d> + PeripheralOutput<'d>> SlotCmd<'d, 1> for P

Available on crate feature unstable only.