[][src]Trait imxrt1062_enc1::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 CTRL[src]

Register CTRL reset()'s with value 0

type Type = u16

impl ResetValue for CTRL2[src]

Register CTRL2 reset()'s with value 0

type Type = u16

impl ResetValue for FILT[src]

Register FILT reset()'s with value 0

type Type = u16

impl ResetValue for LCOMP[src]

Register LCOMP reset()'s with value 0xffff

type Type = u16

impl ResetValue for LINIT[src]

Register LINIT reset()'s with value 0

type Type = u16

impl ResetValue for LMOD[src]

Register LMOD reset()'s with value 0

type Type = u16

impl ResetValue for LPOS[src]

Register LPOS reset()'s with value 0

type Type = u16

impl ResetValue for POSD[src]

Register POSD reset()'s with value 0

type Type = u16

impl ResetValue for REV[src]

Register REV reset()'s with value 0

type Type = u16

impl ResetValue for TST[src]

Register TST reset()'s with value 0

type Type = u16

impl ResetValue for UCOMP[src]

Register UCOMP reset()'s with value 0xffff

type Type = u16

impl ResetValue for UINIT[src]

Register UINIT reset()'s with value 0

type Type = u16

impl ResetValue for UMOD[src]

Register UMOD reset()'s with value 0

type Type = u16

impl ResetValue for UPOS[src]

Register UPOS reset()'s with value 0

type Type = u16

impl ResetValue for WTR[src]

Register WTR reset()'s with value 0

type Type = u16

Loading content...