[−][src]Trait embedded_spi::Busy
Busy trait for peripherals that support a busy signal
Associated Types
type Error
Required methods
Loading content...Implementors
impl Busy for Spi[src]
type Error = Error<(), ()>
fn get_busy(&mut self) -> Result<PinState, Self::Error>[src]
Check peripheral busy status
impl<Spi, SpiError, CsPin, BusyPin, ReadyPin, ResetPin, PinError, Delay> Busy for Wrapper<Spi, SpiError, CsPin, BusyPin, ReadyPin, ResetPin, PinError, Delay> where
BusyPin: InputPin<Error = PinError>, [src]
BusyPin: InputPin<Error = PinError>,