[][src]Struct sam3x8e::emac::isr::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 Self[src]

Writes raw bits to the register

pub fn mfd(&mut self) -> _MFDW[src]

Bit 0 - Management Frame Done

pub fn rcomp(&mut self) -> _RCOMPW[src]

Bit 1 - Receive Complete

pub fn rxubr(&mut self) -> _RXUBRW[src]

Bit 2 - Receive Used Bit Read

pub fn txubr(&mut self) -> _TXUBRW[src]

Bit 3 - Transmit Used Bit Read

pub fn tund(&mut self) -> _TUNDW[src]

Bit 4 - Ethernet Transmit Buffer Underrun

pub fn rlex(&mut self) -> _RLEXW[src]

Bit 5 - Retry Limit Exceeded

pub fn txerr(&mut self) -> _TXERRW[src]

Bit 6 - Transmit Error

pub fn tcomp(&mut self) -> _TCOMPW[src]

Bit 7 - Transmit Complete

pub fn rovr(&mut self) -> _ROVRW[src]

Bit 10 - Receive Overrun

pub fn hresp(&mut self) -> _HRESPW[src]

Bit 11 - Hresp not OK

pub fn pfre(&mut self) -> _PFREW[src]

Bit 12 - Pause Frame Received

pub fn ptz(&mut self) -> _PTZW[src]

Bit 13 - Pause Time Zero

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

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]