Struct stm32f3::stm32f303::FMC[][src]

pub struct FMC { /* fields omitted */ }

Flexible memory controller

Methods

impl FMC
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for FMC
[src]

impl Deref for FMC
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for FMC