Lmem

Type Alias Lmem 

pub type Lmem = Periph<RegisterBlock, 0xE008_2000>;
Expand description

Local Memory Controller

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Lmem

§

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

Formats the value using the given formatter. Read more