[][src]Trait imxrt1062_romc::ResetValue

pub trait ResetValue {
    type Type;
    fn reset_value() -> Self::Type;
}

Reset value of the register

This value is initial value for write method. It can be also directly writed to register by reset method.

Associated Types

type Type

Register size

Loading content...

Required methods

fn reset_value() -> Self::Type

Reset value of the register

Loading content...

Implementors

impl ResetValue for ROMPATCHA[src]

Register ROMPATCH%sA reset()'s with value 0

type Type = u32

impl ResetValue for ROMPATCHCNTL[src]

Register ROMPATCHCNTL reset()'s with value 0x0840_0000

type Type = u32

impl ResetValue for ROMPATCHD[src]

Register ROMPATCH%sD reset()'s with value 0

type Type = u32

impl ResetValue for ROMPATCHENL[src]

Register ROMPATCHENL reset()'s with value 0

type Type = u32

impl ResetValue for ROMPATCHSR[src]

Register ROMPATCHSR reset()'s with value 0

type Type = u32

Loading content...