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

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

Extension trait to constrain the FLASH peripheral

Required methods

pub fn constrain(self) -> Parts[src]

Constrains the FLASH peripheral to play nicely with the other abstractions

Loading content...

Implementors

impl FlashExt for FLASH[src]

Loading content...