Struct stm32f446_hal::stm32f446::FLASH[][src]

pub struct FLASH { /* fields omitted */ }

FLASH

Methods

impl FLASH
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for FLASH
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for FLASH
[src]

impl FlashExt for FLASH
[src]

Constrains the FLASH peripheral to play nicely with the other abstractions

Auto Trait Implementations

impl !Sync for FLASH