COUNT

Type Alias COUNT 

Source
pub type COUNT = Reg<COUNT_SPEC>;
Expand description

COUNT (rw) register accessor: A down counter running at the ROSC frequency which counts to zero and stops. To start the counter write a non-zero value. Can be used for short software pauses when setting up time sensitive hardware.

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

For information about available fields see count module

Aliased Typeยง

pub struct COUNT { /* private fields */ }