FlashExt

Trait FlashExt 

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

Extension trait to constrain the FLASH peripheral

Required Methods§

Source

fn constrain(self) -> Parts

Constrains the FLASH peripheral to play nicely with the other abstractions

Implementors§