Type Alias SPI0

Source
pub type SPI0 = Periph<RegisterBlock, 0x3f40_3000>;
Expand description

SPI (Serial Peripheral Interface) Controller 0 (MEMSPI)

Aliased Type§

pub struct SPI0 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SPI0

Source§

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

Formats the value using the given formatter. Read more