Struct stm32f4xx_hal::flash::UnlockedFlash[][src]

pub struct UnlockedFlash<'a> { /* fields omitted */ }
Expand description

Result of FlashExt::unlocked()

Implementations

Erase a flash sector

Refer to the reference manual to see which sector corresponds to which memory address.

Program bytes with offset into flash memory, aligned to 128-bit rows

Trait Implementations

Automatically lock flash erase/program when leaving scope

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.