Struct stm32f030_cf::FPU[][src]

pub struct FPU { /* fields omitted */ }

Floating Point Unit

Methods

impl FPU
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for FPU
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for FPU
[src]

Auto Trait Implementations

impl !Sync for FPU