Type Alias Param

Source
pub type Param = Reg<ParamSpec>;
Expand description

PARAM (rw) register accessor: NVM Parameter

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

For information about available fields see param module

Aliased Typeยง

struct Param { /* private fields */ }