Type Definition stm32f7xx_hal::spi::WaitResult[][src]

pub type WaitResult<Word, I, P, Rx, Tx, Buffer> = Result<TransferResources<Word, I, P, Rx, Tx, Buffer>, (TransferResources<Word, I, P, Rx, Tx, Buffer>, Error)>;
Expand description

Returned by Transfer::wait