Enum stm32_hal2::spi::SpiInterrupt [−][src]
pub enum SpiInterrupt {
TxBufEmpty,
RxBufNotEmpty,
Error,
}
Expand description
Possible interrupt types. Enable these in CR2. Check and clear with SR. Clear in ?
Variants
Tx buffer empty (TXEIE)
Rx buffer not empty (RXNEIE)
Error (ERRIE)