Fpdscr

Type Alias Fpdscr 

pub type Fpdscr = Reg<FpdscrSpec>;
Expand description

FPDSCR (rw) register accessor: Floating-point Default Status Control Register

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

For information about available fields see fpdscr module

Aliased Type§

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

Fields§

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