[][src]Trait imxrt1062_aipstz1::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 MPR[src]

Register MPR reset()'s with value 0x7700_0000

type Type = u32

impl ResetValue for OPACR[src]

Register OPACR reset()'s with value 0x4444_4444

type Type = u32

impl ResetValue for OPACR1[src]

Register OPACR1 reset()'s with value 0x4444_4444

type Type = u32

impl ResetValue for OPACR2[src]

Register OPACR2 reset()'s with value 0x4444_4444

type Type = u32

impl ResetValue for OPACR3[src]

Register OPACR3 reset()'s with value 0x4444_4444

type Type = u32

impl ResetValue for OPACR4[src]

Register OPACR4 reset()'s with value 0x4444_4444

type Type = u32

Loading content...