Type Definition atsame53j19a_pac::aes::RANDSEED[][src]

type RANDSEED = Reg<u32, _RANDSEED>;

Random Seed

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see randseed module

Trait Implementations

impl Readable for RANDSEED[src]

read() method returns randseed::R reader structure

impl ResetValue for RANDSEED[src]

Register RANDSEED reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for RANDSEED[src]

write(|w| ..) method takes randseed::W writer structure