[][src]Trait imxrt1062_xtalosc24m::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 LOWPWR_CTRL[src]

Register LOWPWR_CTRL reset()'s with value 0x4001

type Type = u32

impl ResetValue for LOWPWR_CTRL_CLR[src]

Register LOWPWR_CTRL_CLR reset()'s with value 0x4001

type Type = u32

impl ResetValue for LOWPWR_CTRL_SET[src]

Register LOWPWR_CTRL_SET reset()'s with value 0x4001

type Type = u32

impl ResetValue for LOWPWR_CTRL_TOG[src]

Register LOWPWR_CTRL_TOG reset()'s with value 0x4001

type Type = u32

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 OSC_CONFIG0[src]

Register OSC_CONFIG0 reset()'s with value 0x1020

type Type = u32

impl ResetValue for OSC_CONFIG0_CLR[src]

Register OSC_CONFIG0_CLR reset()'s with value 0x1020

type Type = u32

impl ResetValue for OSC_CONFIG0_SET[src]

Register OSC_CONFIG0_SET reset()'s with value 0x1020

type Type = u32

impl ResetValue for OSC_CONFIG0_TOG[src]

Register OSC_CONFIG0_TOG reset()'s with value 0x1020

type Type = u32

impl ResetValue for OSC_CONFIG1[src]

Register OSC_CONFIG1 reset()'s with value 0x02ee

type Type = u32

impl ResetValue for OSC_CONFIG1_CLR[src]

Register OSC_CONFIG1_CLR reset()'s with value 0x02ee

type Type = u32

impl ResetValue for OSC_CONFIG1_SET[src]

Register OSC_CONFIG1_SET reset()'s with value 0x02ee

type Type = u32

impl ResetValue for OSC_CONFIG1_TOG[src]

Register OSC_CONFIG1_TOG reset()'s with value 0x02ee

type Type = u32

impl ResetValue for OSC_CONFIG2[src]

Register OSC_CONFIG2 reset()'s with value 0x0001_02e2

type Type = u32

impl ResetValue for OSC_CONFIG2_CLR[src]

Register OSC_CONFIG2_CLR reset()'s with value 0x0001_02e2

type Type = u32

impl ResetValue for OSC_CONFIG2_SET[src]

Register OSC_CONFIG2_SET reset()'s with value 0x0001_02e2

type Type = u32

impl ResetValue for OSC_CONFIG2_TOG[src]

Register OSC_CONFIG2_TOG reset()'s with value 0x0001_02e2

type Type = u32

Loading content...