Type Alias Cfg

Source
pub type Cfg = Reg<CfgSpec>;
Expand description

CFG (rw) register accessor: Cache Configuration Register

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

For information about available fields see cfg module

Aliased Typeยง

struct Cfg { /* private fields */ }