Type Alias CNT

Source
pub type CNT = Reg<CNTrs>;
Expand description

CNT (rw) register accessor: counter

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

See register structure

For information about available fields see cnt module

Aliased Typeยง

struct CNT { /* private fields */ }