[][src]Struct sam3x8e::uotghs::ctrl::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 idte(&mut self) -> _IDTEW[src]

Bit 0 - ID Transition Interrupt Enable

pub fn vbuste(&mut self) -> _VBUSTEW[src]

Bit 1 - VBus Transition Interrupt Enable

pub fn srpe(&mut self) -> _SRPEW[src]

Bit 2 - SRP Interrupt Enable

pub fn vberre(&mut self) -> _VBERREW[src]

Bit 3 - VBus Error Interrupt Enable

pub fn bcerre(&mut self) -> _BCERREW[src]

Bit 4 - B-Connection Error Interrupt Enable

pub fn roleexe(&mut self) -> _ROLEEXEW[src]

Bit 5 - Role Exchange Interrupt Enable

pub fn hnperre(&mut self) -> _HNPERREW[src]

Bit 6 - HNP Error Interrupt Enable

pub fn stoe(&mut self) -> _STOEW[src]

Bit 7 - Suspend Time-Out Interrupt Enable

pub fn vbushwc(&mut self) -> _VBUSHWCW[src]

Bit 8 - VBus Hardware Control

pub fn srpsel(&mut self) -> _SRPSELW[src]

Bit 9 - SRP Selection

pub fn srpreq(&mut self) -> _SRPREQW[src]

Bit 10 - SRP Request

pub fn hnpreq(&mut self) -> _HNPREQW[src]

Bit 11 - HNP Request

pub fn otgpade(&mut self) -> _OTGPADEW[src]

Bit 12 - OTG Pad Enable

pub fn vbuspo(&mut self) -> _VBUSPOW[src]

Bit 13 - VBus Polarity Off

pub fn frzclk(&mut self) -> _FRZCLKW[src]

Bit 14 - Freeze USB Clock

pub fn usbe(&mut self) -> _USBEW[src]

Bit 15 - UOTGHS Enable

pub fn timvalue(&mut self) -> _TIMVALUEW[src]

Bits 16:17 - Timer Value

pub fn timpage(&mut self) -> _TIMPAGEW[src]

Bits 20:21 - Timer Page

pub fn unlock(&mut self) -> _UNLOCKW[src]

Bit 22 - Timer Access Unlock

pub fn uide(&mut self) -> _UIDEW[src]

Bit 24 - UOTGID Pin Enable

pub fn uimod(&mut self) -> _UIMODW[src]

Bit 25 - UOTGHS Mode

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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]