Sim

Type Alias Sim 

pub type Sim = Periph<RegisterBlock, 0x4004_8000>;
Expand description

System Integration Module

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Sim

§

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

Formats the value using the given formatter. Read more