Fms

Type Alias Fms 

pub type Fms = Reg<FmsSpec>;
Expand description

FMS (rw) register accessor: Fault Mode Status

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

For information about available fields see fms module

Aliased Type§

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

Fields§

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