[][src]Struct atsams70j21b::usbhs::usbhs_hstpipcfg_ctrl_bulk_mode::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

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 Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> From<T> for 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

type Output = T

Should always be Self