[][src]Trait imxrt1062_lpi2c1::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 MCCR0[src]

Register MCCR0 reset()'s with value 0

type Type = u32

impl ResetValue for MCCR1[src]

Register MCCR1 reset()'s with value 0

type Type = u32

impl ResetValue for MCFGR0[src]

Register MCFGR0 reset()'s with value 0

type Type = u32

impl ResetValue for MCFGR1[src]

Register MCFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for MCFGR2[src]

Register MCFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for MCFGR3[src]

Register MCFGR3 reset()'s with value 0

type Type = u32

impl ResetValue for MCR[src]

Register MCR reset()'s with value 0

type Type = u32

impl ResetValue for MDER[src]

Register MDER reset()'s with value 0

type Type = u32

impl ResetValue for MDMR[src]

Register MDMR reset()'s with value 0

type Type = u32

impl ResetValue for MFCR[src]

Register MFCR reset()'s with value 0

type Type = u32

impl ResetValue for MIER[src]

Register MIER reset()'s with value 0

type Type = u32

impl ResetValue for MSR[src]

Register MSR reset()'s with value 0x01

type Type = u32

impl ResetValue for MTDR[src]

Register MTDR reset()'s with value 0

type Type = u32

impl ResetValue for SAMR[src]

Register SAMR reset()'s with value 0

type Type = u32

impl ResetValue for SCFGR1[src]

Register SCFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for SCFGR2[src]

Register SCFGR2 reset()'s with value 0

type Type = u32

impl ResetValue for SCR[src]

Register SCR reset()'s with value 0

type Type = u32

impl ResetValue for SDER[src]

Register SDER reset()'s with value 0

type Type = u32

impl ResetValue for SIER[src]

Register SIER reset()'s with value 0

type Type = u32

impl ResetValue for SSR[src]

Register SSR reset()'s with value 0

type Type = u32

impl ResetValue for STAR[src]

Register STAR reset()'s with value 0

type Type = u32

impl ResetValue for STDR[src]

Register STDR reset()'s with value 0

type Type = u32

Loading content...