[][src]Trait imxrt1062_adc1::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 CAL[src]

Register CAL reset()'s with value 0

type Type = u32

impl ResetValue for CFG[src]

Register CFG reset()'s with value 0x0200

type Type = u32

impl ResetValue for CV[src]

Register CV reset()'s with value 0

type Type = u32

impl ResetValue for GC[src]

Register GC reset()'s with value 0

type Type = u32

impl ResetValue for GS[src]

Register GS reset()'s with value 0

type Type = u32

impl ResetValue for HC[src]

Register HC%s reset()'s with value 0x1f

type Type = u32

impl ResetValue for HC0[src]

Register HC0 reset()'s with value 0x1f

type Type = u32

impl ResetValue for OFS[src]

Register OFS reset()'s with value 0

type Type = u32

Loading content...