Mscm

Type Alias Mscm 

pub type Mscm = Periph<RegisterBlock, 0x4000_1000>;
Expand description

MSCM

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Mscm

§

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

Formats the value using the given formatter. Read more