[][src]Struct lpc55s6x_pac::usbphy::debug0_clr::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 otgidpiolock(&self) -> OTGIDPIOLOCKR[src]

Bit 0 - Once OTG ID from STATUS_OTGID_STATUS is sampled, use this to hold the value

pub fn debug_interface_hold(&self) -> DEBUG_INTERFACE_HOLDR[src]

Bit 1 - Use holding registers to assist in timing for external UTMI interface.

pub fn hstpulldown(&self) -> HSTPULLDOWNR[src]

Bits 2:3 - This bit field selects whether to connect pulldown resistors on the USB_DP/USB_DM pins if the corresponding pulldown overdrive mode is enabled through DEBUG[5:4} Set bit 3 to value 1'b1 to connect the 15ohm pulldown on USB_DP line

pub fn enhstpulldown(&self) -> ENHSTPULLDOWNR[src]

Bits 4:5 - This bit field selects host pulldown overdrive mode

pub fn tx2rxcount(&self) -> TX2RXCOUNTR[src]

Bits 8:11 - Delay in between the end of transmit to the beginning of receive

pub fn entx2rxcount(&self) -> ENTX2RXCOUNTR[src]

Bit 12 - Set this bit to allow a countdown to transition in between TX and RX.

pub fn squelchresetcount(&self) -> SQUELCHRESETCOUNTR[src]

Bits 16:20 - Delay in between the detection of squelch to the reset of high-speed RX.

pub fn ensquelchreset(&self) -> ENSQUELCHRESETR[src]

Bit 24 - Set bit to allow squelch to reset high-speed receive.

pub fn squelchresetlength(&self) -> SQUELCHRESETLENGTHR[src]

Bits 25:28 - Duration of RESET in terms of the number of 480-MHz cycles.

pub fn host_resume_debug(&self) -> HOST_RESUME_DEBUGR[src]

Bit 29 - Choose to trigger the host resume SE0 with HOST_FORCE_LS_SE0 = 0 or UTMI_SUSPEND = 1.

pub fn clkgate(&self) -> CLKGATER[src]

Bit 30 - Gate Test Clocks

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