[][src]Trait imxrt1062_semc::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 BMCR0[src]

Register BMCR0 reset()'s with value 0

type Type = u32

impl ResetValue for BMCR1[src]

Register BMCR1 reset()'s with value 0

type Type = u32

impl ResetValue for BR0[src]

Register BR0 reset()'s with value 0x8000_001d

type Type = u32

impl ResetValue for BR1[src]

Register BR1 reset()'s with value 0x8400_001c

type Type = u32

impl ResetValue for BR2[src]

Register BR2 reset()'s with value 0x8800_001c

type Type = u32

impl ResetValue for BR3[src]

Register BR3 reset()'s with value 0x8c00_001c

type Type = u32

impl ResetValue for BR4[src]

Register BR4 reset()'s with value 0x9e00_001a

type Type = u32

impl ResetValue for BR5[src]

Register BR5 reset()'s with value 0x9000_0018

type Type = u32

impl ResetValue for BR6[src]

Register BR6 reset()'s with value 0x9800_0018

type Type = u32

impl ResetValue for BR7[src]

Register BR7 reset()'s with value 0x9c00_001a

type Type = u32

impl ResetValue for BR8[src]

Register BR8 reset()'s with value 0x26

type Type = u32

impl ResetValue for DBICR0[src]

Register DBICR0 reset()'s with value 0

type Type = u32

impl ResetValue for DBICR1[src]

Register DBICR1 reset()'s with value 0

type Type = u32

impl ResetValue for DLLCR[src]

Register DLLCR reset()'s with value 0x0100

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 0

type Type = u32

impl ResetValue for IOCR[src]

Register IOCR reset()'s with value 0

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

Register IPCR2 reset()'s with value 0

type Type = u32

impl ResetValue for IPTXDAT[src]

Register IPTXDAT reset()'s with value 0

type Type = u32

impl ResetValue for MCR[src]

Register MCR reset()'s with value 0x1000_0002

type Type = u32

impl ResetValue for NANDCR0[src]

Register NANDCR0 reset()'s with value 0

type Type = u32

impl ResetValue for NANDCR1[src]

Register NANDCR1 reset()'s with value 0

type Type = u32

impl ResetValue for NANDCR2[src]

Register NANDCR2 reset()'s with value 0x0001_0410

type Type = u32

impl ResetValue for NANDCR3[src]

Register NANDCR3 reset()'s with value 0

type Type = u32

impl ResetValue for NORCR0[src]

Register NORCR0 reset()'s with value 0

type Type = u32

impl ResetValue for NORCR1[src]

Register NORCR1 reset()'s with value 0

type Type = u32

impl ResetValue for NORCR2[src]

Register NORCR2 reset()'s with value 0

type Type = u32

impl ResetValue for NORCR3[src]

Register NORCR3 reset()'s with value 0

type Type = u32

impl ResetValue for SDRAMCR0[src]

Register SDRAMCR0 reset()'s with value 0x0c26

type Type = u32

impl ResetValue for SDRAMCR1[src]

Register SDRAMCR1 reset()'s with value 0x0099_4934

type Type = u32

impl ResetValue for SDRAMCR2[src]

Register SDRAMCR2 reset()'s with value 0x8000_0eee

type Type = u32

impl ResetValue for SDRAMCR3[src]

Register SDRAMCR3 reset()'s with value 0x4080_8000

type Type = u32

impl ResetValue for SRAMCR0[src]

Register SRAMCR0 reset()'s with value 0

type Type = u32

impl ResetValue for SRAMCR1[src]

Register SRAMCR1 reset()'s with value 0

type Type = u32

impl ResetValue for SRAMCR2[src]

Register SRAMCR2 reset()'s with value 0

type Type = u32

impl ResetValue for SRAMCR3[src]

Register SRAMCR3 reset()'s with value 0

type Type = u32

Loading content...