Fpccr

Type Alias Fpccr 

pub type Fpccr = Reg<FpccrSpec>;
Expand description

FPCCR (rw) register accessor: Floating-point Context Control Register

You can read this register and get fpccr::R. You can reset, write, write_with_zero this register using fpccr::W. You can also modify this register. See API.

For information about available fields see fpccr module

Aliased Type§

#[repr(transparent)]
pub struct Fpccr { register: VolatileCell<u32>, _marker: PhantomData<FpccrSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<FpccrSpec>