[][src]Trait imxrt1062_lpspi1::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 CCR[src]

Register CCR reset()'s with value 0

type Type = u32

impl ResetValue for CFGR0[src]

Register CFGR0 reset()'s with value 0

type Type = u32

impl ResetValue for CFGR1[src]

Register CFGR1 reset()'s with value 0

type Type = u32

impl ResetValue for CR[src]

Register CR reset()'s with value 0

type Type = u32

impl ResetValue for DER[src]

Register DER reset()'s with value 0

type Type = u32

impl ResetValue for DMR0[src]

Register DMR0 reset()'s with value 0

type Type = u32

impl ResetValue for DMR1[src]

Register DMR1 reset()'s with value 0

type Type = u32

impl ResetValue for FCR[src]

Register FCR reset()'s with value 0

type Type = u32

impl ResetValue for IER[src]

Register IER reset()'s with value 0

type Type = u32

impl ResetValue for SR[src]

Register SR reset()'s with value 0x01

type Type = u32

impl ResetValue for TCR[src]

Register TCR reset()'s with value 0x1f

type Type = u32

impl ResetValue for TDR[src]

Register TDR reset()'s with value 0

type Type = u32

Loading content...