[][src]Struct lpc176x_5x::emac::rxfilterwolstatus::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn auw(&self) -> AUWR[src]

Bit 0 - AcceptUnicastWoL. When the value is 1, a unicast frames caused WoL.

pub fn abw(&self) -> ABWR[src]

Bit 1 - AcceptBroadcastWoL. When the value is 1, a broadcast frame caused WoL.

pub fn amw(&self) -> AMWR[src]

Bit 2 - AcceptMulticastWoL. When the value is 1, a multicast frame caused WoL.

pub fn auhw(&self) -> AUHWR[src]

Bit 3 - AcceptUnicastHashWoL. When the value is 1, a unicast frame that passes the imperfect hash filter caused WoL.

pub fn amhw(&self) -> AMHWR[src]

Bit 4 - AcceptMulticastHashWoL. When the value is 1, a multicast frame that passes the imperfect hash filter caused WoL.

pub fn apw(&self) -> APWR[src]

Bit 5 - AcceptPerfectWoL. When the value is 1, the perfect address matching filter caused WoL.

pub fn rfw(&self) -> RFWR[src]

Bit 7 - RxFilterWoL. When the value is 1, the receive filter caused WoL.

pub fn mpw(&self) -> MPWR[src]

Bit 8 - MagicPacketWoL. When the value is 1, the magic packet filter caused WoL.

Auto Trait Implementations

impl Send for R

impl Sync for R

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]