[][src]Trait imxrt1062_xbarb2::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 SEL0[src]

Register SEL0 reset()'s with value 0

type Type = u16

impl ResetValue for SEL1[src]

Register SEL1 reset()'s with value 0

type Type = u16

impl ResetValue for SEL2[src]

Register SEL2 reset()'s with value 0

type Type = u16

impl ResetValue for SEL3[src]

Register SEL3 reset()'s with value 0

type Type = u16

impl ResetValue for SEL4[src]

Register SEL4 reset()'s with value 0

type Type = u16

impl ResetValue for SEL5[src]

Register SEL5 reset()'s with value 0

type Type = u16

impl ResetValue for SEL6[src]

Register SEL6 reset()'s with value 0

type Type = u16

impl ResetValue for SEL7[src]

Register SEL7 reset()'s with value 0

type Type = u16

Loading content...