Trait stm32f1xx_hal::crc::CrcExt

source ·
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§