Mcm

Type Alias Mcm 

pub type Mcm = Periph<RegisterBlock, 0xE008_0000>;
Expand description

Core Platform Miscellaneous Control Module

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Mcm

§

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

Formats the value using the given formatter. Read more