pub trait CrcExt {
    fn constrain(self, ahb1: &mut AHB1) -> Config;
}
Expand description

Extension trait to constrain the CRC peripheral.

Required methods

Constrains the CRC peripheral to play nicely with the other abstractions

Implementors