Struct stm32f446_hal::stm32f446::FMC[][src]

pub struct FMC { /* fields omitted */ }

Flexible memory controller

Methods

impl FMC
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for FMC
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for FMC
[src]

Auto Trait Implementations

impl !Sync for FMC