[][src]Struct sam3x8e::emac::ncfgr::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 spd(&mut self) -> _SPDW[src]

Bit 0 - Speed

pub fn fd(&mut self) -> _FDW[src]

Bit 1 - Full Duplex

pub fn jframe(&mut self) -> _JFRAMEW[src]

Bit 3 - Jumbo Frames

pub fn caf(&mut self) -> _CAFW[src]

Bit 4 - Copy All Frames

pub fn nbc(&mut self) -> _NBCW[src]

Bit 5 - No Broadcast

pub fn mti(&mut self) -> _MTIW[src]

Bit 6 - Multicast Hash Enable

pub fn uni(&mut self) -> _UNIW[src]

Bit 7 - Unicast Hash Enable

pub fn big(&mut self) -> _BIGW[src]

Bit 8 - Receive 1536 bytes frames

pub fn clk(&mut self) -> _CLKW[src]

Bits 10:11 - MDC clock divider

pub fn rty(&mut self) -> _RTYW[src]

Bit 12 - Retry test

pub fn pae(&mut self) -> _PAEW[src]

Bit 13 - Pause Enable

pub fn rbof(&mut self) -> _RBOFW[src]

Bits 14:15 - Receive Buffer Offset

pub fn rlce(&mut self) -> _RLCEW[src]

Bit 16 - Receive Length field Checking Enable

pub fn drfcs(&mut self) -> _DRFCSW[src]

Bit 17 - Discard Receive FCS

pub fn efrhd(&mut self) -> _EFRHDW[src]

Bit 18

pub fn irxfcs(&mut self) -> _IRXFCSW[src]

Bit 19 - Ignore RX FCS

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]