[][src]Struct efm32gg11b820::usb::gusbcfg::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 toutcal(&mut self) -> _TOUTCALW[src]

Bits 0:2 - HS/FS Timeout Calibration

pub fn phyif(&mut self) -> _PHYIFW[src]

Bit 3 - PHY Interface

pub fn srpcap(&mut self) -> _SRPCAPW[src]

Bit 8 - SRP-Capable

pub fn hnpcap(&mut self) -> _HNPCAPW[src]

Bit 9 - HNP-Capable

pub fn usbtrdtim(&mut self) -> _USBTRDTIMW[src]

Bits 10:13 - USB Turnaround Time

pub fn termseldlpulse(&mut self) -> _TERMSELDLPULSEW[src]

Bit 22 - TermSel DLine Pulsing Selection

pub fn txenddelay(&mut self) -> _TXENDDELAYW[src]

Bit 28 - Tx End Delay

pub fn forcehstmode(&mut self) -> _FORCEHSTMODEW[src]

Bit 29 - Force Host Mode

pub fn forcedevmode(&mut self) -> _FORCEDEVMODEW[src]

Bit 30 - Force Device Mode

pub fn corrupttxpkt(&mut self) -> _CORRUPTTXPKTW[src]

Bit 31

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self