Trait stm32f1xx_hal::crc::CrcExt[][src]

pub trait CrcExt {
    fn new(self) -> Crc;
}
Expand description

Extension trait to constrain the CRC peripheral

Required methods

Constrains the CRC peripheral to play nicely with the other abstractions

Implementors