[−][src]Struct stm32f4xx_hal::stm32::ethernet_dma::dmasr::W
Value to write to the register
Methods
impl W[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]
Writes raw bits to the register
pub fn ts(&mut self) -> _TSW[src]
Bit 0 - Transmit status
pub fn tpss(&mut self) -> _TPSSW[src]
Bit 1 - Transmit process stopped status
pub fn tbus(&mut self) -> _TBUSW[src]
Bit 2 - Transmit buffer unavailable status
pub fn tjts(&mut self) -> _TJTSW[src]
Bit 3 - Transmit jabber timeout status
pub fn ros(&mut self) -> _ROSW[src]
Bit 4 - Receive overflow status
pub fn tus(&mut self) -> _TUSW[src]
Bit 5 - Transmit underflow status
pub fn rs(&mut self) -> _RSW[src]
Bit 6 - Receive status
pub fn rbus(&mut self) -> _RBUSW[src]
Bit 7 - Receive buffer unavailable status
pub fn rpss(&mut self) -> _RPSSW[src]
Bit 8 - Receive process stopped status
pub fn pwts(&mut self) -> _PWTSW[src]
Bit 9 - PWTS
pub fn ets(&mut self) -> _ETSW[src]
Bit 10 - Early transmit status
pub fn fbes(&mut self) -> _FBESW[src]
Bit 13 - Fatal bus error status
pub fn ers(&mut self) -> _ERSW[src]
Bit 14 - Early receive status
pub fn ais(&mut self) -> _AISW[src]
Bit 15 - Abnormal interrupt summary
pub fn nis(&mut self) -> _NISW[src]
Bit 16 - Normal interrupt summary
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self