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