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

Bit 0 - Speed

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

Bit 1 - Full Duplex

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

Bit 3 - Jumbo Frames

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

Bit 4 - Copy All Frames

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

Bit 5 - No Broadcast

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

Bit 6 - Multicast Hash Enable

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

Bit 7 - Unicast Hash Enable

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

Bit 8 - Receive 1536 bytes frames

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

Bits 10:11 - MDC clock divider

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

Bit 12 - Retry test

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

Bit 13 - Pause Enable

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

Bits 14:15 - Receive Buffer Offset

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

Bit 16 - Receive Length field Checking Enable

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

Bit 17 - Discard Receive FCS

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

Bit 18

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

Bit 19 - Ignore RX FCS

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]