[][src]Struct atsams70j21b::usbhs::usbhs_hstpipidr_blk_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 rxinec(&mut self) -> _RXINECW[src]

Bit 0 - Received IN Data Interrupt Disable

pub fn txoutec(&mut self) -> _TXOUTECW[src]

Bit 1 - Transmitted OUT Data Interrupt Disable

pub fn txstpec(&mut self) -> _TXSTPECW[src]

Bit 2 - Transmitted SETUP Interrupt Disable

pub fn perrec(&mut self) -> _PERRECW[src]

Bit 3 - Pipe Error Interrupt Disable

pub fn nakedec(&mut self) -> _NAKEDECW[src]

Bit 4 - NAKed Interrupt Disable

pub fn overfiec(&mut self) -> _OVERFIECW[src]

Bit 5 - Overflow Interrupt Disable

pub fn rxstalldec(&mut self) -> _RXSTALLDECW[src]

Bit 6 - Received STALLed Interrupt Disable

pub fn shortpacketiec(&mut self) -> _SHORTPACKETIECW[src]

Bit 7 - Short Packet Interrupt Disable

pub fn nbusybkec(&mut self) -> _NBUSYBKECW[src]

Bit 12 - Number of Busy Banks Disable

pub fn fifoconc(&mut self) -> _FIFOCONCW[src]

Bit 14 - FIFO Control Disable

pub fn pdishdmac(&mut self) -> _PDISHDMACW[src]

Bit 16 - Pipe Interrupts Disable HDMA Request Disable

pub fn pfreezec(&mut self) -> _PFREEZECW[src]

Bit 17 - Pipe Freeze Disable

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