pub trait CrcExt {
    fn constrain(self, ahb: &mut AHB) -> Crc;
}
Expand description

Extension trait to constrain the CRC peripheral

Required Methods

Constrains the CRC peripheral to play nicely with the other abstractions

Implementors