Struct stm32l0x1::SPI1[][src]

pub struct SPI1 { /* fields omitted */ }

Serial peripheral interface

Methods

impl SPI1
[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.

Dereferences the value.

Auto Trait Implementations

impl !Sync for SPI1