Type Alias STATE

Source
pub type STATE = Reg<STATE_SPEC>;
Expand description

state (rw) register accessor: Peripheral state register

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

For information about available fields see state module

Aliased Typeยง

struct STATE { /* private fields */ }