[][src]Trait imxrt1062_usbphy1::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 0xc020_0000

type Type = u32

impl ResetValue for CTRL_CLR[src]

Register CTRL_CLR reset()'s with value 0xc020_0000

type Type = u32

impl ResetValue for CTRL_SET[src]

Register CTRL_SET reset()'s with value 0xc020_0000

type Type = u32

impl ResetValue for CTRL_TOG[src]

Register CTRL_TOG reset()'s with value 0xc020_0000

type Type = u32

impl ResetValue for DEBUG[src]

Register DEBUG reset()'s with value 0x7f18_0000

type Type = u32

impl ResetValue for DEBUG1[src]

Register DEBUG1 reset()'s with value 0x1000

type Type = u32

impl ResetValue for DEBUG1_CLR[src]

Register DEBUG1_CLR reset()'s with value 0x1000

type Type = u32

impl ResetValue for DEBUG1_SET[src]

Register DEBUG1_SET reset()'s with value 0x1000

type Type = u32

impl ResetValue for DEBUG1_TOG[src]

Register DEBUG1_TOG reset()'s with value 0x1000

type Type = u32

impl ResetValue for DEBUG_CLR[src]

Register DEBUG_CLR reset()'s with value 0x7f18_0000

type Type = u32

impl ResetValue for DEBUG_SET[src]

Register DEBUG_SET reset()'s with value 0x7f18_0000

type Type = u32

impl ResetValue for DEBUG_TOG[src]

Register DEBUG_TOG reset()'s with value 0x7f18_0000

type Type = u32

impl ResetValue for PWD[src]

Register PWD reset()'s with value 0x001e_1c00

type Type = u32

impl ResetValue for PWD_CLR[src]

Register PWD_CLR reset()'s with value 0x001e_1c00

type Type = u32

impl ResetValue for PWD_SET[src]

Register PWD_SET reset()'s with value 0x001e_1c00

type Type = u32

impl ResetValue for PWD_TOG[src]

Register PWD_TOG reset()'s with value 0x001e_1c00

type Type = u32

impl ResetValue for RX[src]

Register RX reset()'s with value 0

type Type = u32

impl ResetValue for RX_CLR[src]

Register RX_CLR reset()'s with value 0

type Type = u32

impl ResetValue for RX_SET[src]

Register RX_SET reset()'s with value 0

type Type = u32

impl ResetValue for RX_TOG[src]

Register RX_TOG reset()'s with value 0

type Type = u32

impl ResetValue for STATUS[src]

Register STATUS reset()'s with value 0

type Type = u32

impl ResetValue for TX[src]

Register TX reset()'s with value 0x1006_0607

type Type = u32

impl ResetValue for TX_CLR[src]

Register TX_CLR reset()'s with value 0x1006_0607

type Type = u32

impl ResetValue for TX_SET[src]

Register TX_SET reset()'s with value 0x1006_0607

type Type = u32

impl ResetValue for TX_TOG[src]

Register TX_TOG reset()'s with value 0x1006_0607

type Type = u32

Loading content...