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