Fpcar

Type Alias Fpcar 

pub type Fpcar = Reg<FpcarSpec>;
Expand description

FPCAR (rw) register accessor: Floating-point Context Address Register

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

For information about available fields see fpcar module

Aliased Type§

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

Fields§

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