[][src]Struct efm32gg11b820::eth::networkcfg::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 speed(&mut self) -> _SPEEDW[src]

Bit 0 - Speed

pub fn fullduplex(&mut self) -> _FULLDUPLEXW[src]

Bit 1 - Full duplex

pub fn discrdnonvlanframes(&mut self) -> _DISCRDNONVLANFRAMESW[src]

Bit 2 - Discard non-VLAN frames

pub fn jumboframes(&mut self) -> _JUMBOFRAMESW[src]

Bit 3 - Jumbo frames enable

pub fn copyallframes(&mut self) -> _COPYALLFRAMESW[src]

Bit 4 - Copy all frames

pub fn nobroadcast(&mut self) -> _NOBROADCASTW[src]

Bit 5 - No broadcast

pub fn multicasthashen(&mut self) -> _MULTICASTHASHENW[src]

Bit 6 - Multicast hash enable

pub fn unicasthashen(&mut self) -> _UNICASTHASHENW[src]

Bit 7 - Unicast hash enable

pub fn rx1536byteframes(&mut self) -> _RX1536BYTEFRAMESW[src]

Bit 8 - Receive 1536 byte frames

pub fn retrytest(&mut self) -> _RETRYTESTW[src]

Bit 12 - Retry test

pub fn pauseen(&mut self) -> _PAUSEENW[src]

Bit 13 - Pause enable

pub fn rxbuffoffset(&mut self) -> _RXBUFFOFFSETW[src]

Bits 14:15 - Receive buffer offset

pub fn lenfielderrfrmdiscrd(&mut self) -> _LENFIELDERRFRMDISCRDW[src]

Bit 16 - Length field error frame discard

pub fn fcsremove(&mut self) -> _FCSREMOVEW[src]

Bit 17 - FCS remove

pub fn mdcclkdiv(&mut self) -> _MDCCLKDIVW[src]

Bits 18:20 - MDC clock division

pub fn discopyofpframes(&mut self) -> _DISCOPYOFPFRAMESW[src]

Bit 23 - Disable copy of pause frames

pub fn rxchksumoffloaden(&mut self) -> _RXCHKSUMOFFLOADENW[src]

Bit 24 - Receive checksum offload enable

pub fn enhalfduplexrx(&mut self) -> _ENHALFDUPLEXRXW[src]

Bit 25 - Enable frames to be received in half-duplex mode while transmitting.

pub fn ignorerxfcs(&mut self) -> _IGNORERXFCSW[src]

Bit 26 - Ignore RX FCS

pub fn ipgstrtchen(&mut self) -> _IPGSTRTCHENW[src]

Bit 28 - IPG stretch enable

pub fn nspchange(&mut self) -> _NSPCHANGEW[src]

Bit 29 - Receive bad preamble.

pub fn ignoreipgrxer(&mut self) -> _IGNOREIPGRXERW[src]

Bit 30 - Ignore IPG rx_er.

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