Struct nrf52840::SPI0[][src]

pub struct SPI0 { /* fields omitted */ }

Serial Peripheral Interface 0

Methods

impl SPI0
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for SPI0
[src]

impl Deref for SPI0
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for SPI0