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