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