SPI

Type Alias SPI 

Source
pub type SPI = Periph<RegisterBlock, 0x4c>;
Expand description

Serial Peripheral Interface

Aliased Type§

pub struct SPI { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SPI

Source§

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

Formats the value using the given formatter. Read more