Type Alias OR

Source
pub type OR = Reg<ORrs>;
Expand description

OR (rw) register accessor: option register

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

See register structure

For information about available fields see or module

Aliased Typeยง

struct OR { /* private fields */ }