[][src]Trait imxrt1062_usb1::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 ASYNCLISTADDR[src]

Register ASYNCLISTADDR reset()'s with value 0

type Type = u32

impl ResetValue for BURSTSIZE[src]

Register BURSTSIZE reset()'s with value 0x0808

type Type = u32

impl ResetValue for DEVICEADDR[src]

Register DEVICEADDR reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCOMPLETE[src]

Register ENDPTCOMPLETE reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL0[src]

Register ENDPTCTRL0 reset()'s with value 0x0080_0080

type Type = u32

impl ResetValue for ENDPTCTRL1[src]

Register ENDPTCTRL1 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL2[src]

Register ENDPTCTRL2 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL3[src]

Register ENDPTCTRL3 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL4[src]

Register ENDPTCTRL4 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL5[src]

Register ENDPTCTRL5 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL6[src]

Register ENDPTCTRL6 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTCTRL7[src]

Register ENDPTCTRL7 reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTFLUSH[src]

Register ENDPTFLUSH reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTLISTADDR[src]

Register ENDPTLISTADDR reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTNAK[src]

Register ENDPTNAK reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTNAKEN[src]

Register ENDPTNAKEN reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTPRIME[src]

Register ENDPTPRIME reset()'s with value 0

type Type = u32

impl ResetValue for ENDPTSETUPSTAT[src]

Register ENDPTSETUPSTAT reset()'s with value 0

type Type = u32

impl ResetValue for FRINDEX[src]

Register FRINDEX reset()'s with value 0

type Type = u32

impl ResetValue for GPTIMER0CTRL[src]

Register GPTIMER0CTRL reset()'s with value 0

type Type = u32

impl ResetValue for GPTIMER0LD[src]

Register GPTIMER0LD reset()'s with value 0

type Type = u32

impl ResetValue for GPTIMER1CTRL[src]

Register GPTIMER1CTRL reset()'s with value 0

type Type = u32

impl ResetValue for GPTIMER1LD[src]

Register GPTIMER1LD reset()'s with value 0

type Type = u32

impl ResetValue for OTGSC[src]

Register OTGSC reset()'s with value 0x1120

type Type = u32

impl ResetValue for PERIODICLISTBASE[src]

Register PERIODICLISTBASE reset()'s with value 0

type Type = u32

impl ResetValue for PORTSC1[src]

Register PORTSC1 reset()'s with value 0x1000_0000

type Type = u32

impl ResetValue for SBUSCFG[src]

Register SBUSCFG reset()'s with value 0x02

type Type = u32

impl ResetValue for TXFILLTUNING[src]

Register TXFILLTUNING reset()'s with value 0

type Type = u32

impl ResetValue for USBCMD[src]

Register USBCMD reset()'s with value 0x0008_0000

type Type = u32

impl ResetValue for USBINTR[src]

Register USBINTR reset()'s with value 0

type Type = u32

impl ResetValue for USBMODE[src]

Register USBMODE reset()'s with value 0x5000

type Type = u32

impl ResetValue for USBSTS[src]

Register USBSTS reset()'s with value 0

type Type = u32

Loading content...