[][src]Trait imxrt1062_spdif::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 SCR[src]

Register SCR reset()'s with value 0x0400

type Type = u32

impl ResetValue for SIC[src]

Register SIC reset()'s with value 0

type Type = u32

impl ResetValue for SIE[src]

Register SIE reset()'s with value 0

type Type = u32

impl ResetValue for SRCD[src]

Register SRCD reset()'s with value 0

type Type = u32

impl ResetValue for SRPC[src]

Register SRPC reset()'s with value 0

type Type = u32

impl ResetValue for STC[src]

Register STC reset()'s with value 0x0002_0f00

type Type = u32

impl ResetValue for STCSCH[src]

Register STCSCH reset()'s with value 0

type Type = u32

impl ResetValue for STCSCL[src]

Register STCSCL reset()'s with value 0

type Type = u32

impl ResetValue for STL[src]

Register STL reset()'s with value 0

type Type = u32

impl ResetValue for STR[src]

Register STR reset()'s with value 0

type Type = u32

Loading content...