[][src]Trait imxrt1062_system_control::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 ACTLR[src]

Register ACTLR reset()'s with value 0

type Type = u32

impl ResetValue for AIRCR[src]

Register AIRCR reset()'s with value 0xfa05_0000

type Type = u32

impl ResetValue for BFAR[src]

Register BFAR reset()'s with value 0

type Type = u32

impl ResetValue for CCR[src]

Register CCR reset()'s with value 0x0004_0000

type Type = u32

impl ResetValue for CFSR[src]

Register CFSR reset()'s with value 0

type Type = u32

impl ResetValue for CM7_ABFSR[src]

Register CM7_ABFSR reset()'s with value 0

type Type = u32

impl ResetValue for CM7_AHBPCR[src]

Register CM7_AHBPCR reset()'s with value 0

type Type = u32

impl ResetValue for CM7_AHBSCR[src]

Register CM7_AHBSCR reset()'s with value 0

type Type = u32

impl ResetValue for CM7_CACR[src]

Register CM7_CACR reset()'s with value 0

type Type = u32

impl ResetValue for CM7_DTCMCR[src]

Register CM7_DTCMCR reset()'s with value 0

type Type = u32

impl ResetValue for CM7_ITCMCR[src]

Register CM7_ITCMCR reset()'s with value 0

type Type = u32

impl ResetValue for CPACR[src]

Register CPACR reset()'s with value 0

type Type = u32

impl ResetValue for CSSELR[src]

Register CSSELR reset()'s with value 0

type Type = u32

impl ResetValue for DCCIMVAC[src]

Register DCCIMVAC reset()'s with value 0

type Type = u32

impl ResetValue for DCCISW[src]

Register DCCISW reset()'s with value 0

type Type = u32

impl ResetValue for DCCMVAC[src]

Register DCCMVAC reset()'s with value 0

type Type = u32

impl ResetValue for DCCMVAU[src]

Register DCCMVAU reset()'s with value 0

type Type = u32

impl ResetValue for DCCSW[src]

Register DCCSW reset()'s with value 0

type Type = u32

impl ResetValue for DCIMVAC[src]

Register DCIMVAC reset()'s with value 0

type Type = u32

impl ResetValue for DCISW[src]

Register DCISW reset()'s with value 0

type Type = u32

impl ResetValue for DFSR[src]

Register DFSR reset()'s with value 0

type Type = u32

impl ResetValue for HFSR[src]

Register HFSR reset()'s with value 0

type Type = u32

impl ResetValue for ICIALLU[src]

Register ICIALLU reset()'s with value 0

type Type = u32

impl ResetValue for ICIMVAU[src]

Register ICIMVAU reset()'s with value 0

type Type = u32

impl ResetValue for ICSR[src]

Register ICSR reset()'s with value 0

type Type = u32

impl ResetValue for MMFAR[src]

Register MMFAR reset()'s with value 0

type Type = u32

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0

type Type = u32

impl ResetValue for SHCSR[src]

Register SHCSR reset()'s with value 0

type Type = u32

impl ResetValue for SHPR1[src]

Register SHPR1 reset()'s with value 0

type Type = u32

impl ResetValue for SHPR2[src]

Register SHPR2 reset()'s with value 0

type Type = u32

impl ResetValue for SHPR3[src]

Register SHPR3 reset()'s with value 0

type Type = u32

impl ResetValue for STIR[src]

Register STIR reset()'s with value 0

type Type = u32

impl ResetValue for VTOR[src]

Register VTOR reset()'s with value 0

type Type = u32

Loading content...