Pcc

Type Alias Pcc 

pub type Pcc = Periph<RegisterBlock, 0x4006_5000>;
Expand description

PCC

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Pcc

§

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

Formats the value using the given formatter. Read more