pub trait ManagedChipSelect { }Expand description
ManagedChipSelect marker trait indicates CS is managed by the driver
Implementors§
impl<Spi, CsPin, BusyPin, ReadyPin, ResetPin, Delay> ManagedChipSelect for Wrapper<Spi, CsPin, BusyPin, ReadyPin, ResetPin, Delay>
ManagedChipSelect indicates wrapper controls CS line