[][src]Trait imxrt1062_tmr1::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 CAPT[src]

Register CAPT%s reset()'s with value 0

type Type = u16

impl ResetValue for CMPLD1[src]

Register CMPLD1%s reset()'s with value 0

type Type = u16

impl ResetValue for CMPLD2[src]

Register CMPLD2%s reset()'s with value 0

type Type = u16

impl ResetValue for CNTR[src]

Register CNTR%s reset()'s with value 0

type Type = u16

impl ResetValue for COMP1[src]

Register COMP1%s reset()'s with value 0

type Type = u16

impl ResetValue for COMP2[src]

Register COMP2%s reset()'s with value 0

type Type = u16

impl ResetValue for CSCTRL[src]

Register CSCTRL%s reset()'s with value 0

type Type = u16

impl ResetValue for CTRL[src]

Register CTRL%s reset()'s with value 0

type Type = u16

impl ResetValue for DMA[src]

Register DMA%s reset()'s with value 0

type Type = u16

impl ResetValue for ENBL[src]

Register ENBL reset()'s with value 0x0f

type Type = u16

impl ResetValue for FILT[src]

Register FILT%s reset()'s with value 0

type Type = u16

impl ResetValue for HOLD[src]

Register HOLD%s reset()'s with value 0

type Type = u16

impl ResetValue for LOAD[src]

Register LOAD%s reset()'s with value 0

type Type = u16

impl ResetValue for SCTRL[src]

Register SCTRL%s reset()'s with value 0

type Type = u16

Loading content...