[][src]Trait nucleo_f103rb::_stm32_hal_flash_FlashExt

pub trait _stm32_hal_flash_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...