Trait nrf52832_hal::spi::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> + Sealed { }
Expand description

Trait implemented by all SPI peripheral instances.

Implementors