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

type FPCCR = Reg<u32, _FPCCR>;

Floating-point context control register

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

For information about available fields see fpccr module

Trait Implementations

impl Readable for FPCCR[src]

read() method returns fpccr::R reader structure

impl ResetValue for FPCCR[src]

Register FPCCR reset()'s with value 0

type Type = u32

Register size

impl Writable for FPCCR[src]

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