Lpspi0

Type Alias Lpspi0 

pub type Lpspi0 = Periph<RegisterBlock, 0x4002_C000>;
Expand description

The LPSPI Memory Map/Register Definition can be found here.

Aliased Type§

pub struct Lpspi0 {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Lpspi0

§

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

Formats the value using the given formatter. Read more