[][src]Struct sam3x8e::uotghs::hstpipcfg0_hsbohscp::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn alloc(&mut self) -> _ALLOCW[src]

Bit 1 - Pipe Memory Allocate

pub fn pbk(&mut self) -> _PBKW[src]

Bits 2:3 - Pipe Banks

pub fn psize(&mut self) -> _PSIZEW[src]

Bits 4:6 - Pipe Size

pub fn ptoken(&mut self) -> _PTOKENW[src]

Bits 8:9 - Pipe Token

pub fn autosw(&mut self) -> _AUTOSWW[src]

Bit 10 - Automatic Switch

pub fn ptype(&mut self) -> _PTYPEW[src]

Bits 12:13 - Pipe Type

pub fn pepnum(&mut self) -> _PEPNUMW[src]

Bits 16:19 - Pipe Endpoint Number

pub fn pingen(&mut self) -> _PINGENW[src]

Bit 20 - Ping Enable

pub fn binterval(&mut self) -> _BINTERVALW[src]

Bits 24:31 - Binterval Parameter for the Bulk-Out/Ping Transaction

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]