Crc

Type Alias Crc 

pub type Crc = Periph<RegisterBlock, 0x4003_2000>;
Expand description

Cyclic Redundancy Check

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Crc

§

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

Formats the value using the given formatter. Read more