pub type Randseed = Reg<RandseedSpec>;
Expand description
RANDSEED (rw) register accessor: Random Seed
You can read
this register and get randseed::R
. You can reset
, write
, write_with_zero
this register using randseed::W
. You can also modify
this register. See API.
For information about available fields see randseed
module
Aliased Typeยง
struct Randseed { /* private fields */ }