pub trait CrcExt {
    fn crc(self, rcc: &mut RCC) -> Crc;
}

Required Methods

Enable the CRC unit.

Implementors