[]Struct stm32f407g_disc::otg_hs_host::otg_hs_hcintmsk2::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn xfrcm(&mut self) -> _XFRCMW

Bit 0 - Transfer completed mask

pub fn chhm(&mut self) -> _CHHMW

Bit 1 - Channel halted mask

pub fn ahberr(&mut self) -> _AHBERRW

Bit 2 - AHB error

pub fn stallm(&mut self) -> _STALLMW

Bit 3 - STALL response received interrupt mask

pub fn nakm(&mut self) -> _NAKMW

Bit 4 - NAK response received interrupt mask

pub fn ackm(&mut self) -> _ACKMW

Bit 5 - ACK response received/transmitted interrupt mask

pub fn nyet(&mut self) -> _NYETW

Bit 6 - response received interrupt mask

pub fn txerrm(&mut self) -> _TXERRMW

Bit 7 - Transaction error mask

pub fn bberrm(&mut self) -> _BBERRMW

Bit 8 - Babble error mask

pub fn frmorm(&mut self) -> _FRMORMW

Bit 9 - Frame overrun mask

pub fn dterrm(&mut self) -> _DTERRMW

Bit 10 - Data toggle error mask

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 = Infallible

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

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]