[][src]Trait imxrt1062_pmu::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 MISC0[src]

Register MISC0 reset()'s with value 0x0400_0000

type Type = u32

impl ResetValue for MISC0_CLR[src]

Register MISC0_CLR reset()'s with value 0x0400_0000

type Type = u32

impl ResetValue for MISC0_SET[src]

Register MISC0_SET reset()'s with value 0x0400_0000

type Type = u32

impl ResetValue for MISC0_TOG[src]

Register MISC0_TOG reset()'s with value 0x0400_0000

type Type = u32

impl ResetValue for MISC1[src]

Register MISC1 reset()'s with value 0

type Type = u32

impl ResetValue for MISC1_CLR[src]

Register MISC1_CLR reset()'s with value 0

type Type = u32

impl ResetValue for MISC1_SET[src]

Register MISC1_SET reset()'s with value 0

type Type = u32

impl ResetValue for MISC1_TOG[src]

Register MISC1_TOG reset()'s with value 0

type Type = u32

impl ResetValue for MISC2[src]

Register MISC2 reset()'s with value 0x0027_2727

type Type = u32

impl ResetValue for MISC2_CLR[src]

Register MISC2_CLR reset()'s with value 0x0027_2727

type Type = u32

impl ResetValue for MISC2_SET[src]

Register MISC2_SET reset()'s with value 0x0027_2727

type Type = u32

impl ResetValue for MISC2_TOG[src]

Register MISC2_TOG reset()'s with value 0x0027_2727

type Type = u32

impl ResetValue for REG_1P1[src]

Register REG_1P1 reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_1P1_CLR[src]

Register REG_1P1_CLR reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_1P1_SET[src]

Register REG_1P1_SET reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_1P1_TOG[src]

Register REG_1P1_TOG reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_2P5[src]

Register REG_2P5 reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_2P5_CLR[src]

Register REG_2P5_CLR reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_2P5_SET[src]

Register REG_2P5_SET reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_2P5_TOG[src]

Register REG_2P5_TOG reset()'s with value 0x1073

type Type = u32

impl ResetValue for REG_3P0[src]

Register REG_3P0 reset()'s with value 0x0f74

type Type = u32

impl ResetValue for REG_3P0_CLR[src]

Register REG_3P0_CLR reset()'s with value 0x0f74

type Type = u32

impl ResetValue for REG_3P0_SET[src]

Register REG_3P0_SET reset()'s with value 0x0f74

type Type = u32

impl ResetValue for REG_3P0_TOG[src]

Register REG_3P0_TOG reset()'s with value 0x0f74

type Type = u32

impl ResetValue for REG_CORE[src]

Register REG_CORE reset()'s with value 0x0048_2012

type Type = u32

impl ResetValue for REG_CORE_CLR[src]

Register REG_CORE_CLR reset()'s with value 0x0048_2012

type Type = u32

impl ResetValue for REG_CORE_SET[src]

Register REG_CORE_SET reset()'s with value 0x0048_2012

type Type = u32

impl ResetValue for REG_CORE_TOG[src]

Register REG_CORE_TOG reset()'s with value 0x0048_2012

type Type = u32

Loading content...