[][src]Trait imxrt1062_flexram::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 INT_SIG_EN[src]

Register INT_SIG_EN reset()'s with value 0

type Type = u32

impl ResetValue for INT_STATUS[src]

Register INT_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for INT_STAT_EN[src]

Register INT_STAT_EN reset()'s with value 0

type Type = u32

impl ResetValue for TCM_CTRL[src]

Register TCM_CTRL reset()'s with value 0

type Type = u32

Loading content...