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