Trait CrcExt

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

Required Methods§

Source

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

Enable the CRC unit.

Implementors§