[][src]Type Definition stm32f3::stm32f303::fpu::FPCAR

type FPCAR = Reg<u32, _FPCAR>;

Floating-point context address register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see fpcar module

Trait Implementations

impl Readable for FPCAR[src]

read() method returns fpcar::R reader structure

impl ResetValue for FPCAR[src]

Register FPCAR reset()'s with value 0

type Type = u32

Register size

impl Writable for FPCAR[src]

write(|w| ..) method takes fpcar::W writer structure