[][src]Struct stm32f4xx_hal::stm32::otg_hs_device::otg_hs_doepeachmsk1::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 W[src]

Writes raw bits to the register

pub fn xfrcm(&mut self) -> _XFRCMW[src]

Bit 0 - Transfer completed interrupt mask

pub fn epdm(&mut self) -> _EPDMW[src]

Bit 1 - Endpoint disabled interrupt mask

pub fn tom(&mut self) -> _TOMW[src]

Bit 3 - Timeout condition mask

pub fn ittxfemsk(&mut self) -> _ITTXFEMSKW[src]

Bit 4 - IN token received when TxFIFO empty mask

pub fn inepnmm(&mut self) -> _INEPNMMW[src]

Bit 5 - IN token received with EP mismatch mask

pub fn inepnem(&mut self) -> _INEPNEMW[src]

Bit 6 - IN endpoint NAK effective mask

pub fn txfurm(&mut self) -> _TXFURMW[src]

Bit 8 - OUT packet error mask

pub fn bim(&mut self) -> _BIMW[src]

Bit 9 - BNA interrupt mask

pub fn berrm(&mut self) -> _BERRMW[src]

Bit 12 - Bubble error interrupt mask

pub fn nakm(&mut self) -> _NAKMW[src]

Bit 13 - NAK interrupt mask

pub fn nyetm(&mut self) -> _NYETMW[src]

Bit 14 - NYET interrupt mask

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, 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]

impl<T> Same for T

type Output = T

Should always be Self