[][src]Type Definition imxrt1062_ocotp::CRC_VALUE

type CRC_VALUE = Reg<u32, _CRC_VALUE>;

OTP Controller CRC Value Register

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

For information about available fields see crc_value module

Trait Implementations

impl Readable for CRC_VALUE[src]

read() method returns crc_value::R reader structure

impl ResetValue for CRC_VALUE[src]

Register CRC_VALUE reset()'s with value 0

type Type = u32

Register size

impl Writable for CRC_VALUE[src]

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