CrcExt

Trait CrcExt 

Source
pub trait CrcExt {
    // Required method
    fn constrain(self, rcc: &mut Rcc) -> Config;
}
Expand description

Extension trait to constrain the CRC peripheral.

Required Methods§

Source

fn constrain(self, rcc: &mut Rcc) -> Config

Constrains the CRC peripheral to play nicely with the other abstractions

Implementors§