pub trait CrcExt { // Required method fn constrain(self, rcc: &mut Rcc) -> Config; }
Extension trait to constrain the CRC peripheral.
Constrains the CRC peripheral to play nicely with the other abstractions