Scg

Type Alias Scg 

pub type Scg = Periph<RegisterBlock, 0x4006_4000>;
Expand description

System Clock Generator

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Scg

§

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

Formats the value using the given formatter. Read more