Type Alias SPI1

Source
pub type SPI1 = Periph<RegisterBlock, 0x4001_3000>;
Expand description

Serial peripheral interface

See peripheral structure

Aliased Type§

struct SPI1 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SPI1

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more