[][src]Trait imxrt1062_tsc::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 BASIC_SETTING[src]

Register BASIC_SETTING reset()'s with value 0

type Type = u32

impl ResetValue for DEBUG_MODE[src]

Register DEBUG_MODE reset()'s with value 0

type Type = u32

impl ResetValue for DEBUG_MODE2[src]

Register DEBUG_MODE2 reset()'s with value 0

type Type = u32

impl ResetValue for FLOW_CONTROL[src]

Register FLOW_CONTROL reset()'s with value 0

type Type = u32

impl ResetValue for INT_EN[src]

Register INT_EN reset()'s with value 0

type Type = u32

impl ResetValue for INT_SIG_EN[src]

Register INT_SIG_EN reset()'s with value 0

type Type = u32

impl ResetValue for INT_STATUS[src]

Register INT_STATUS reset()'s with value 0

type Type = u32

impl ResetValue for PRE_CHARGE_TIME[src]

Register PRE_CHARGE_TIME reset()'s with value 0

type Type = u32

Loading content...