Struct stm32f446_hal::stm32f446::SPI2[][src]

pub struct SPI2 { /* fields omitted */ }

SPI2

Methods

impl SPI2
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for SPI2
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for SPI2
[src]

Auto Trait Implementations

impl !Sync for SPI2