Type Alias Firccsr
pub type Firccsr = Reg<FirccsrSpec>;Expand description
FIRCCSR (rw) register accessor: Fast IRC Control Status Register
You can read this register and get firccsr::R. You can reset, write, write_with_zero this register using firccsr::W. You can also modify this register. See API.
For information about available fields see firccsr module
Aliased Type§
#[repr(transparent)]pub struct Firccsr {
register: VolatileCell<u32>,
_marker: PhantomData<FirccsrSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<FirccsrSpec>