[][src]Trait imxrt1062_gpc::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 CNTR[src]

Register CNTR reset()'s with value 0x0052_0000

type Type = u32

impl ResetValue for IMR1[src]

Register IMR1 reset()'s with value 0

type Type = u32

impl ResetValue for IMR2[src]

Register IMR2 reset()'s with value 0

type Type = u32

impl ResetValue for IMR3[src]

Register IMR3 reset()'s with value 0

type Type = u32

impl ResetValue for IMR4[src]

Register IMR4 reset()'s with value 0

type Type = u32

impl ResetValue for IMR5[src]

Register IMR5 reset()'s with value 0

type Type = u32

Loading content...