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

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

Extension trait to constrain the CRC peripheral

Required methods

fn new(self, ahb: &mut AHB) -> Crc

Constrains the CRC peripheral to play nicely with the other abstractions

Loading content...

Implementors

impl CrcExt for CRC[src]

Loading content...