Type Alias SPI4

Source
pub type SPI4 = Periph<RegisterBlock, 0x4001_3400>;
Expand description

Serial peripheral interface

See peripheral structure

Aliased Type§

struct SPI4 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SPI4

Source§

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

Formats the value using the given formatter. Read more