Trait stm32f103xx_hal::flash::FlashExt [] [src]

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

Extension trait to constrain the FLASH peripheral

Required Methods

Constrains the FLASH peripheral to play nicely with the other abstractions

Implementations on Foreign Types

impl FlashExt for FLASH
[src]

[src]

Implementors