[][src]Struct sam3x8e::uotghs::devept::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 epen0(&mut self) -> _EPEN0W[src]

Bit 0 - Endpoint 0 Enable

pub fn epen1(&mut self) -> _EPEN1W[src]

Bit 1 - Endpoint 1 Enable

pub fn epen2(&mut self) -> _EPEN2W[src]

Bit 2 - Endpoint 2 Enable

pub fn epen3(&mut self) -> _EPEN3W[src]

Bit 3 - Endpoint 3 Enable

pub fn epen4(&mut self) -> _EPEN4W[src]

Bit 4 - Endpoint 4 Enable

pub fn epen5(&mut self) -> _EPEN5W[src]

Bit 5 - Endpoint 5 Enable

pub fn epen6(&mut self) -> _EPEN6W[src]

Bit 6 - Endpoint 6 Enable

pub fn epen7(&mut self) -> _EPEN7W[src]

Bit 7 - Endpoint 7 Enable

pub fn epen8(&mut self) -> _EPEN8W[src]

Bit 8 - Endpoint 8 Enable

pub fn eprst0(&mut self) -> _EPRST0W[src]

Bit 16 - Endpoint 0 Reset

pub fn eprst1(&mut self) -> _EPRST1W[src]

Bit 17 - Endpoint 1 Reset

pub fn eprst2(&mut self) -> _EPRST2W[src]

Bit 18 - Endpoint 2 Reset

pub fn eprst3(&mut self) -> _EPRST3W[src]

Bit 19 - Endpoint 3 Reset

pub fn eprst4(&mut self) -> _EPRST4W[src]

Bit 20 - Endpoint 4 Reset

pub fn eprst5(&mut self) -> _EPRST5W[src]

Bit 21 - Endpoint 5 Reset

pub fn eprst6(&mut self) -> _EPRST6W[src]

Bit 22 - Endpoint 6 Reset

pub fn eprst7(&mut self) -> _EPRST7W[src]

Bit 23 - Endpoint 7 Reset

pub fn eprst8(&mut self) -> _EPRST8W[src]

Bit 24 - Endpoint 8 Reset

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]