Trait nrf52840_hal::spi::Instance[][src]

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

Trait implemented by all SPI peripheral instances.

Implementors