Struct stm32f446_hal::stm32f446::SPI1[][src]

pub struct SPI1 { /* fields omitted */ }

Serial peripheral interface

Methods

impl SPI1
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for SPI1
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for SPI1
[src]

Auto Trait Implementations

impl !Sync for SPI1