[][src]Trait imxrt1062_lpuart1::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 BAUD[src]

Register BAUD reset()'s with value 0x0f00_0004

type Type = u32

impl ResetValue for CTRL[src]

Register CTRL reset()'s with value 0

type Type = u32

impl ResetValue for DATA[src]

Register DATA reset()'s with value 0x1000

type Type = u32

impl ResetValue for FIFO[src]

Register FIFO reset()'s with value 0x00c0_0011

type Type = u32

impl ResetValue for GLOBAL[src]

Register GLOBAL reset()'s with value 0

type Type = u32

impl ResetValue for MATCH[src]

Register MATCH reset()'s with value 0

type Type = u32

impl ResetValue for MODIR[src]

Register MODIR reset()'s with value 0

type Type = u32

impl ResetValue for PINCFG[src]

Register PINCFG reset()'s with value 0

type Type = u32

impl ResetValue for STAT[src]

Register STAT reset()'s with value 0x00c0_0000

type Type = u32

impl ResetValue for WATER[src]

Register WATER reset()'s with value 0

type Type = u32

Loading content...