[][src]Trait imxrt1062_usb_analog::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 USB1_CHRG_DETECT[src]

Register USB1_CHRG_DETECT reset()'s with value 0

type Type = u32

impl ResetValue for USB1_CHRG_DETECT_CLR[src]

Register USB1_CHRG_DETECT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for USB1_CHRG_DETECT_SET[src]

Register USB1_CHRG_DETECT_SET reset()'s with value 0

type Type = u32

impl ResetValue for USB1_CHRG_DETECT_TOG[src]

Register USB1_CHRG_DETECT_TOG reset()'s with value 0

type Type = u32

impl ResetValue for USB1_MISC[src]

Register USB1_MISC reset()'s with value 0x02

type Type = u32

impl ResetValue for USB1_MISC_CLR[src]

Register USB1_MISC_CLR reset()'s with value 0x02

type Type = u32

impl ResetValue for USB1_MISC_SET[src]

Register USB1_MISC_SET reset()'s with value 0x02

type Type = u32

impl ResetValue for USB1_MISC_TOG[src]

Register USB1_MISC_TOG reset()'s with value 0x02

type Type = u32

impl ResetValue for USB1_VBUS_DETECT[src]

Register USB1_VBUS_DETECT reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB1_VBUS_DETECT_CLR[src]

Register USB1_VBUS_DETECT_CLR reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB1_VBUS_DETECT_SET[src]

Register USB1_VBUS_DETECT_SET reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB1_VBUS_DETECT_TOG[src]

Register USB1_VBUS_DETECT_TOG reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB2_CHRG_DETECT[src]

Register USB2_CHRG_DETECT reset()'s with value 0

type Type = u32

impl ResetValue for USB2_CHRG_DETECT_CLR[src]

Register USB2_CHRG_DETECT_CLR reset()'s with value 0

type Type = u32

impl ResetValue for USB2_CHRG_DETECT_SET[src]

Register USB2_CHRG_DETECT_SET reset()'s with value 0

type Type = u32

impl ResetValue for USB2_CHRG_DETECT_TOG[src]

Register USB2_CHRG_DETECT_TOG reset()'s with value 0

type Type = u32

impl ResetValue for USB2_MISC[src]

Register USB2_MISC reset()'s with value 0x02

type Type = u32

impl ResetValue for USB2_MISC_CLR[src]

Register USB2_MISC_CLR reset()'s with value 0x02

type Type = u32

impl ResetValue for USB2_MISC_SET[src]

Register USB2_MISC_SET reset()'s with value 0x02

type Type = u32

impl ResetValue for USB2_MISC_TOG[src]

Register USB2_MISC_TOG reset()'s with value 0x02

type Type = u32

impl ResetValue for USB2_VBUS_DETECT[src]

Register USB2_VBUS_DETECT reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB2_VBUS_DETECT_CLR[src]

Register USB2_VBUS_DETECT_CLR reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB2_VBUS_DETECT_SET[src]

Register USB2_VBUS_DETECT_SET reset()'s with value 0x0010_0004

type Type = u32

impl ResetValue for USB2_VBUS_DETECT_TOG[src]

Register USB2_VBUS_DETECT_TOG reset()'s with value 0x0010_0004

type Type = u32

Loading content...