[][src]Trait imxrt1062_bee::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 ADDR_OFFSET0[src]

Register ADDR_OFFSET0 reset()'s with value 0xf000

type Type = u32

impl ResetValue for ADDR_OFFSET1[src]

Register ADDR_OFFSET1 reset()'s with value 0xf000

type Type = u32

impl ResetValue for AES_KEY0_W0[src]

Register AES_KEY0_W0 reset()'s with value 0

type Type = u32

impl ResetValue for AES_KEY0_W1[src]

Register AES_KEY0_W1 reset()'s with value 0

type Type = u32

impl ResetValue for AES_KEY0_W2[src]

Register AES_KEY0_W2 reset()'s with value 0

type Type = u32

impl ResetValue for AES_KEY0_W3[src]

Register AES_KEY0_W3 reset()'s with value 0

type Type = u32

impl ResetValue for CTRL[src]

Register CTRL reset()'s with value 0x7700

type Type = u32

impl ResetValue for CTR_NONCE0_W0[src]

Register CTR_NONCE0_W0 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE0_W1[src]

Register CTR_NONCE0_W1 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE0_W2[src]

Register CTR_NONCE0_W2 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE0_W3[src]

Register CTR_NONCE0_W3 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE1_W0[src]

Register CTR_NONCE1_W0 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE1_W1[src]

Register CTR_NONCE1_W1 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE1_W2[src]

Register CTR_NONCE1_W2 reset()'s with value 0

type Type = u32

impl ResetValue for CTR_NONCE1_W3[src]

Register CTR_NONCE1_W3 reset()'s with value 0

type Type = u32

impl ResetValue for REGION1_BOT[src]

Register REGION1_BOT reset()'s with value 0

type Type = u32

impl ResetValue for REGION1_TOP[src]

Register REGION1_TOP reset()'s with value 0

type Type = u32

impl ResetValue for STATUS[src]

Register STATUS reset()'s with value 0

type Type = u32

Loading content...