Type Alias GLOBAL

Source
pub type GLOBAL = Reg<GLOBAL_SPEC>;
Expand description

global (rw) register accessor: Global hibernate configuration

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

For information about available fields see global module

Aliased Typeยง

struct GLOBAL { /* private fields */ }