[][src]Trait imxrt1062_snvs::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 HPCOMR[src]

Register HPCOMR reset()'s with value 0

type Type = u32

impl ResetValue for HPCR[src]

Register HPCR reset()'s with value 0

type Type = u32

impl ResetValue for HPHACIVR[src]

Register HPHACIVR reset()'s with value 0

type Type = u32

impl ResetValue for HPLR[src]

Register HPLR reset()'s with value 0

type Type = u32

impl ResetValue for HPRTCLR[src]

Register HPRTCLR reset()'s with value 0

type Type = u32

impl ResetValue for HPRTCMR[src]

Register HPRTCMR reset()'s with value 0

type Type = u32

impl ResetValue for HPSICR[src]

Register HPSICR reset()'s with value 0

type Type = u32

impl ResetValue for HPSR[src]

Register HPSR reset()'s with value 0x8000_3000

type Type = u32

impl ResetValue for HPSVCR[src]

Register HPSVCR reset()'s with value 0

type Type = u32

impl ResetValue for HPSVSR[src]

Register HPSVSR reset()'s with value 0x8000_0000

type Type = u32

impl ResetValue for HPTALR[src]

Register HPTALR reset()'s with value 0

type Type = u32

impl ResetValue for HPTAMR[src]

Register HPTAMR reset()'s with value 0

type Type = u32

impl ResetValue for LPCR[src]

Register LPCR reset()'s with value 0x20

type Type = u32

impl ResetValue for LPGPR[src]

Register LPGPR[%s] reset()'s with value 0

type Type = u32

impl ResetValue for LPGPR0_LEGACY_ALIAS[src]

Register LPGPR0_legacy_alias reset()'s with value 0

type Type = u32

impl ResetValue for LPGPR_ALIAS[src]

Register LPGPR_alias[%s] reset()'s with value 0

type Type = u32

impl ResetValue for LPLR[src]

Register LPLR reset()'s with value 0

type Type = u32

impl ResetValue for LPMKCR[src]

Register LPMKCR reset()'s with value 0

type Type = u32

impl ResetValue for LPPGDR[src]

Register LPPGDR reset()'s with value 0

type Type = u32

impl ResetValue for LPSR[src]

Register LPSR reset()'s with value 0x08

type Type = u32

impl ResetValue for LPSRTCLR[src]

Register LPSRTCLR reset()'s with value 0

type Type = u32

impl ResetValue for LPSRTCMR[src]

Register LPSRTCMR reset()'s with value 0

type Type = u32

impl ResetValue for LPSVCR[src]

Register LPSVCR reset()'s with value 0

type Type = u32

impl ResetValue for LPTAR[src]

Register LPTAR reset()'s with value 0

type Type = u32

impl ResetValue for LPTDCR[src]

Register LPTDCR reset()'s with value 0

type Type = u32

impl ResetValue for LPZMKR[src]

Register LPZMKR[%s] reset()'s with value 0

type Type = u32

Loading content...