[][src]Trait imxrt1062_pgc::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 CPU_CTRL[src]

Register CPU_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for CPU_PDNSCR[src]

Register CPU_PDNSCR reset()'s with value 0x0101

type Type = u32

impl ResetValue for CPU_PUPSCR[src]

Register CPU_PUPSCR reset()'s with value 0x0f01

type Type = u32

impl ResetValue for CPU_SR[src]

Register CPU_SR reset()'s with value 0

type Type = u32

impl ResetValue for MEGA_CTRL[src]

Register MEGA_CTRL reset()'s with value 0

type Type = u32

impl ResetValue for MEGA_PDNSCR[src]

Register MEGA_PDNSCR reset()'s with value 0x0101

type Type = u32

impl ResetValue for MEGA_PUPSCR[src]

Register MEGA_PUPSCR reset()'s with value 0x0f01

type Type = u32

impl ResetValue for MEGA_SR[src]

Register MEGA_SR reset()'s with value 0

type Type = u32

Loading content...