[][src]Trait imxrt1062_flexspi::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 AHBCR[src]

Register AHBCR reset()'s with value 0x18

type Type = u32

impl ResetValue for AHBRXBUF0CR0[src]

Register AHBRXBUF0CR0 reset()'s with value 0x8000_0020

type Type = u32

impl ResetValue for AHBRXBUF1CR0[src]

Register AHBRXBUF1CR0 reset()'s with value 0x8001_0020

type Type = u32

impl ResetValue for AHBRXBUF2CR0[src]

Register AHBRXBUF2CR0 reset()'s with value 0x8002_0020

type Type = u32

impl ResetValue for AHBRXBUF3CR0[src]

Register AHBRXBUF3CR0 reset()'s with value 0x8003_0020

type Type = u32

impl ResetValue for DLLCR[src]

Register DLLCR%s reset()'s with value 0x0100

type Type = u32

impl ResetValue for FLSHA1CR0[src]

Register FLSHA1CR0 reset()'s with value 0x0001_0000

type Type = u32

impl ResetValue for FLSHA2CR0[src]

Register FLSHA2CR0 reset()'s with value 0x0001_0000

type Type = u32

impl ResetValue for FLSHB1CR0[src]

Register FLSHB1CR0 reset()'s with value 0x0001_0000

type Type = u32

impl ResetValue for FLSHB2CR0[src]

Register FLSHB2CR0 reset()'s with value 0x0001_0000

type Type = u32

impl ResetValue for FLSHCR1[src]

Register FLSHCR1%s reset()'s with value 0x63

type Type = u32

impl ResetValue for FLSHCR2[src]

Register FLSHCR2%s reset()'s with value 0

type Type = u32

impl ResetValue for FLSHCR4[src]

Register FLSHCR4 reset()'s with value 0

type Type = u32

impl ResetValue for INTEN[src]

Register INTEN reset()'s with value 0

type Type = u32

impl ResetValue for INTR[src]

Register INTR reset()'s with value 0x40

type Type = u32

impl ResetValue for IPCMD[src]

Register IPCMD reset()'s with value 0

type Type = u32

impl ResetValue for IPCR0[src]

Register IPCR0 reset()'s with value 0

type Type = u32

impl ResetValue for IPCR1[src]

Register IPCR1 reset()'s with value 0

type Type = u32

impl ResetValue for IPRXFCR[src]

Register IPRXFCR reset()'s with value 0

type Type = u32

impl ResetValue for IPTXFCR[src]

Register IPTXFCR reset()'s with value 0

type Type = u32

impl ResetValue for LUT[src]

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

type Type = u32

impl ResetValue for LUTCR[src]

Register LUTCR reset()'s with value 0x02

type Type = u32

impl ResetValue for LUTKEY[src]

Register LUTKEY reset()'s with value 0x5af0_5af0

type Type = u32

impl ResetValue for MCR0[src]

Register MCR0 reset()'s with value 0xffff_80c2

type Type = u32

impl ResetValue for MCR1[src]

Register MCR1 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for MCR2[src]

Register MCR2 reset()'s with value 0x2000_81f7

type Type = u32

impl ResetValue for TFDR[src]

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

type Type = u32

Loading content...