[][src]Struct lpc55s6x_pac::usbphy::debug0::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn otgidpiolock(&mut self) -> _OTGIDPIOLOCKW[src]

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

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

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

pub fn hstpulldown(&mut self) -> _HSTPULLDOWNW[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(&mut self) -> _ENHSTPULLDOWNW[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 30 - Gate Test Clocks

Auto Trait Implementations

impl Send for W

impl Sync for W

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