[][src]Struct stm32f4xx_hal::stm32::ethernet_mac::maccr::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 re(&self) -> RER[src]

Bit 2 - Receiver enable

pub fn te(&self) -> TER[src]

Bit 3 - Transmitter enable

pub fn dc(&self) -> DCR[src]

Bit 4 - Deferral check

pub fn bl(&self) -> BLR[src]

Bits 5:6 - Back-off limit

pub fn apcs(&self) -> APCSR[src]

Bit 7 - Automatic pad/CRC stripping

pub fn rd(&self) -> RDR[src]

Bit 9 - Retry disable

pub fn ipco(&self) -> IPCOR[src]

Bit 10 - IPv4 checksum offload

pub fn dm(&self) -> DMR[src]

Bit 11 - Duplex mode

pub fn lm(&self) -> LMR[src]

Bit 12 - Loopback mode

pub fn rod(&self) -> RODR[src]

Bit 13 - Receive own disable

pub fn fes(&self) -> FESR[src]

Bit 14 - Fast Ethernet speed

pub fn csd(&self) -> CSDR[src]

Bit 16 - Carrier sense disable

pub fn ifg(&self) -> IFGR[src]

Bits 17:19 - Interframe gap

pub fn jd(&self) -> JDR[src]

Bit 22 - Jabber disable

pub fn wd(&self) -> WDR[src]

Bit 23 - Watchdog disable

pub fn cstf(&self) -> CSTFR[src]

Bit 25 - CRC stripping for type frames

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

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

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