[][src]Struct stm32f1xx_hal::device::otg_fs_host::fs_hcintmsk0::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 mask

pub fn chhm(&mut self) -> _CHHMW[src]

Bit 1 - Channel halted mask

pub fn stallm(&mut self) -> _STALLMW[src]

Bit 3 - STALL response received interrupt mask

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

Bit 4 - NAK response received interrupt mask

pub fn ackm(&mut self) -> _ACKMW[src]

Bit 5 - ACK response received/transmitted interrupt mask

pub fn nyet(&mut self) -> _NYETW[src]

Bit 6 - response received interrupt mask

pub fn txerrm(&mut self) -> _TXERRMW[src]

Bit 7 - Transaction error mask

pub fn bberrm(&mut self) -> _BBERRMW[src]

Bit 8 - Babble error mask

pub fn frmorm(&mut self) -> _FRMORMW[src]

Bit 9 - Frame overrun mask

pub fn dterrm(&mut self) -> _DTERRMW[src]

Bit 10 - Data toggle error 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