Trait stm32f3xx_hal::flash::FlashExt[][src]

pub trait FlashExt {
    fn constrain(self) -> Parts;
}
Expand description

Extension trait to constrain the FLASH peripheral

Required methods

Constrains the FLASH peripheral to play nicely with the other abstractions

Implementors