[][src]Type Definition imxrt1062_ocotp::CRC_ADDR

type CRC_ADDR = Reg<u32, _CRC_ADDR>;

OTP Controller CRC test address

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

For information about available fields see crc_addr module

Trait Implementations

impl Readable for CRC_ADDR[src]

read() method returns crc_addr::R reader structure

impl ResetValue for CRC_ADDR[src]

Register CRC_ADDR reset()'s with value 0

type Type = u32

Register size

impl Writable for CRC_ADDR[src]

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