[−][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, Output, Input, PinError, Delay> Busy for Wrapper<Spi, SpiError, Output, Input, PinError, Delay> where
Spi: Transfer<u8, Error = SpiError> + Write<u8, Error = SpiError>,
Output: OutputPin<Error = PinError>,
Input: InputPin<Error = PinError>,
Delay: DelayMs<u32>, [src]
Spi: Transfer<u8, Error = SpiError> + Write<u8, Error = SpiError>,
Output: OutputPin<Error = PinError>,
Input: InputPin<Error = PinError>,
Delay: DelayMs<u32>,