Type Alias MODE

Source
pub type MODE = Reg<MODE_SPEC>;
Expand description

mode (rw) register accessor: Interface enables and configurations

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

For information about available fields see mode module

Aliased Typeยง

struct MODE { /* private fields */ }