CRC

Type Alias CRC 

Source
pub type CRC = Periph<RegisterBlock, 1073885184>;
Expand description

Cyclic redundancy check calculation unit

See peripheral structure

Aliased Type§

pub struct CRC { /* private fields */ }

Trait Implementations§

Source§

impl CrcExt for CRC

Source§

fn crc(self, rcc: &mut RCC) -> Crc

Enable the CRC unit.