[][src]Trait imxrt1062_flexio1::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 = u32

impl ResetValue for SHIFTBUF[src]

Register SHIFTBUF[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTBUFBBS[src]

Register SHIFTBUFBBS[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTBUFBIS[src]

Register SHIFTBUFBIS[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTBUFBYS[src]

Register SHIFTBUFBYS[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTBUFHWS[src]

Register SHIFTBUFHWS[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTBUFNBS[src]

Register SHIFTBUFNBS[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTBUFNIS[src]

Register SHIFTBUFNIS[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTCFG[src]

Register SHIFTCFG[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTCTL[src]

Register SHIFTCTL[%s] reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTEIEN[src]

Register SHIFTEIEN reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTERR[src]

Register SHIFTERR reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTSDEN[src]

Register SHIFTSDEN reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTSIEN[src]

Register SHIFTSIEN reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTSTAT[src]

Register SHIFTSTAT reset()'s with value 0

type Type = u32

impl ResetValue for SHIFTSTATE[src]

Register SHIFTSTATE reset()'s with value 0

type Type = u32

impl ResetValue for TIMCFG[src]

Register TIMCFG[%s] reset()'s with value 0

type Type = u32

impl ResetValue for TIMCMP[src]

Register TIMCMP[%s] reset()'s with value 0

type Type = u32

impl ResetValue for TIMCTL[src]

Register TIMCTL[%s] reset()'s with value 0

type Type = u32

impl ResetValue for TIMIEN[src]

Register TIMIEN reset()'s with value 0

type Type = u32

impl ResetValue for TIMSTAT[src]

Register TIMSTAT reset()'s with value 0

type Type = u32

Loading content...