Struct stm32f7x3::SPI1 [] [src]

pub struct SPI1 { /* fields omitted */ }

SPI1

Methods

impl SPI1
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for SPI1
[src]

impl Deref for SPI1
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for SPI1