[][src]Struct lpc55s6x_pac::anactrl::usbhs_phy_status::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pfd_stable(&self) -> PFD_STABLER[src]

Bit 0 - pfd output is stable.

pub fn vbusvalid_3vdetect_1p8v(&self) -> VBUSVALID_3VDETECT_1P8VR[src]

Bit 1 - Can be left disconnected if not using High volt interrupts.

pub fn sess_vld_1p8v(&self) -> SESS_VLD_1P8VR[src]

Bit 2 - Same as utmi_sessend.

pub fn usb2_rx_vpin_fs_1p8v(&self) -> USB2_RX_VPIN_FS_1P8VR[src]

Bit 3 - Full speed single ended receiver for 1.

pub fn usb2_rx_vmin_fs_1p8v(&self) -> USB2_RX_VMIN_FS_1P8VR[src]

Bit 4 - Full speed single ended receiver for 1.

pub fn usb2_plugged_in_1p8v(&self) -> USB2_PLUGGED_IN_1P8VR[src]

Bit 5 - this is a proprietary mode described in the reference manual.

pub fn usb2_iddig_1p8v(&self) -> USB2_IDDIG_1P8VR[src]

Bit 6 - ID value in the 1.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self