[][src]Trait imxrt1062_ccm::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 CACRR[src]

Register CACRR reset()'s with value 0x01

type Type = u32

impl ResetValue for CBCDR[src]

Register CBCDR reset()'s with value 0x000a_8300

type Type = u32

impl ResetValue for CBCMR[src]

Register CBCMR reset()'s with value 0x2dae_8324

type Type = u32

impl ResetValue for CCGR0[src]

Register CCGR0 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CCGR1[src]

Register CCGR1 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CCGR2[src]

Register CCGR2 reset()'s with value 0xfc3f_ffff

type Type = u32

impl ResetValue for CCGR3[src]

Register CCGR3 reset()'s with value 0xffff_ffcf

type Type = u32

impl ResetValue for CCGR4[src]

Register CCGR4 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CCGR5[src]

Register CCGR5 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CCGR6[src]

Register CCGR6 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CCGR7[src]

Register CCGR7 reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CCOSR[src]

Register CCOSR reset()'s with value 0x000a_0001

type Type = u32

impl ResetValue for CCR[src]

Register CCR reset()'s with value 0x0401_107f

type Type = u32

impl ResetValue for CCSR[src]

Register CCSR reset()'s with value 0x0100

type Type = u32

impl ResetValue for CDCDR[src]

Register CDCDR reset()'s with value 0x33f7_1f92

type Type = u32

impl ResetValue for CGPR[src]

Register CGPR reset()'s with value 0xfe62

type Type = u32

impl ResetValue for CIMR[src]

Register CIMR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CISR[src]

Register CISR reset()'s with value 0

type Type = u32

impl ResetValue for CLPCR[src]

Register CLPCR reset()'s with value 0x79

type Type = u32

impl ResetValue for CMEOR[src]

Register CMEOR reset()'s with value 0xffff_ffff

type Type = u32

impl ResetValue for CS1CDR[src]

Register CS1CDR reset()'s with value 0x0ec1_02c1

type Type = u32

impl ResetValue for CS2CDR[src]

Register CS2CDR reset()'s with value 0x0073_36c1

type Type = u32

impl ResetValue for CSCDR1[src]

Register CSCDR1 reset()'s with value 0x0649_0b00

type Type = u32

impl ResetValue for CSCDR2[src]

Register CSCDR2 reset()'s with value 0x0002_9150

type Type = u32

impl ResetValue for CSCDR3[src]

Register CSCDR3 reset()'s with value 0x0003_0841

type Type = u32

impl ResetValue for CSCMR1[src]

Register CSCMR1 reset()'s with value 0x0490_0000

type Type = u32

impl ResetValue for CSCMR2[src]

Register CSCMR2 reset()'s with value 0x1319_2f06

type Type = u32

Loading content...