[][src]Trait imxrt1062_src::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 GPR1[src]

Register GPR1 reset()'s with value 0

type Type = u32

impl ResetValue for GPR10[src]

Register GPR10 reset()'s with value 0

type Type = u32

impl ResetValue for GPR2[src]

Register GPR2 reset()'s with value 0

type Type = u32

impl ResetValue for GPR3[src]

Register GPR3 reset()'s with value 0

type Type = u32

impl ResetValue for GPR4[src]

Register GPR4 reset()'s with value 0

type Type = u32

impl ResetValue for GPR5[src]

Register GPR5 reset()'s with value 0

type Type = u32

impl ResetValue for GPR6[src]

Register GPR6 reset()'s with value 0

type Type = u32

impl ResetValue for GPR7[src]

Register GPR7 reset()'s with value 0

type Type = u32

impl ResetValue for GPR8[src]

Register GPR8 reset()'s with value 0

type Type = u32

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0xa048_0520

type Type = u32

impl ResetValue for SRSR[src]

Register SRSR reset()'s with value 0x01

type Type = u32

Loading content...