Eim

Type Alias Eim 

pub type Eim = Periph<RegisterBlock, 0x4001_9000>;
Expand description

Error Injection Module

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Eim

§

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

Formats the value using the given formatter. Read more