Type Alias esp32c6::atomic::COUNTER

source ·
pub type COUNTER = Reg<COUNTER_SPEC>;
Expand description

COUNTER (rw) register accessor: wait counter register

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

For information about available fields see counter module

Aliased Type§

struct COUNTER { /* private fields */ }