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

type MODE = Reg<u32, _MODE>;

CRC mode register

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

For information about available fields see mode module

Trait Implementations

impl Readable for MODE[src]

read() method returns mode::R reader structure

impl ResetValue for MODE[src]

Register MODE reset()'s with value 0

type Type = u32

Register size

impl Writable for MODE[src]

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