[][src]Type Definition lpc54606_pac::crc_engine::SEED

type SEED = Reg<u32, _SEED>;

CRC seed register

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

For information about available fields see seed module

Trait Implementations

impl Readable for SEED[src]

read() method returns seed::R reader structure

impl ResetValue for SEED[src]

Register SEED reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for SEED[src]

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