Pmc

Type Alias Pmc 

pub type Pmc = Periph<RegisterBlock, 0x4007_D000>;
Expand description

PMC

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Pmc

§

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

Formats the value using the given formatter. Read more