[][src]Trait stm32f1xx_hal::flash::FlashExt

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

Extension trait to constrain the FLASH peripheral

Required methods

fn constrain(self) -> Parts

Constrains the FLASH peripheral to play nicely with the other abstractions

Loading content...

Implementors

impl FlashExt for FLASH[src]

Loading content...