pub type CPU = Reg<CPU_SPEC>;
CPU (rw) register accessor: need_des
You can read this register and get cpu::R. You can reset, write, write_with_zero this register using cpu::W. You can also modify this register. See API.
read
cpu::R
reset
write
write_with_zero
cpu::W
modify
For information about available fields see cpu module
cpu
struct CPU { /* private fields */ }