Type Alias WPR

Source
pub type WPR = Reg<WPRrs>;
Expand description

WPR (w) register accessor: write protection register

You can reset, write, write_with_zero this register using wpr::W. See API.

See register structure

For information about available fields see wpr module

Aliased Typeยง

struct WPR { /* private fields */ }