Type Alias SPI2

Source
pub type SPI2 = Periph<RegisterBlock, 0x3ff6_4000>;
Expand description

SPI (Serial Peripheral Interface) Controller 2

Aliased Type§

pub struct SPI2 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SPI2

Source§

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

Formats the value using the given formatter. Read more