Stat

Type Alias Stat 

Source
pub type Stat = Reg<StatSpec>;
Expand description

STAT (rw) register accessor: Status Fields

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

For information about available fields see stat module

Aliased Typeยง

pub struct Stat { /* private fields */ }