[][src]Struct stm32h7::stm32h743v::ethernet_mac::maccr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn re(&mut self) -> _REW[src]

Bit 0 - Receiver Enable

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

Bit 1 - Transmitter Enable

pub fn prelen(&mut self) -> _PRELENW[src]

Bits 2:3 - Preamble Length for Transmit Packets

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

Bit 4 - Deferral Check

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

Bits 5:6 - Back-Off Limit

pub fn dr(&mut self) -> _DRW[src]

Bit 8 - Disable Retry

pub fn dcrs(&mut self) -> _DCRSW[src]

Bit 9 - Disable Carrier Sense During Transmission

pub fn do_(&mut self) -> _DOW[src]

Bit 10 - Disable Receive Own

pub fn ecrsfd(&mut self) -> _ECRSFDW[src]

Bit 11 - Enable Carrier Sense Before Transmission in Full-Duplex Mode

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

Bit 12 - Loopback Mode

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

Bit 13 - Duplex Mode

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

Bit 14 - MAC Speed

pub fn je(&mut self) -> _JEW[src]

Bit 16 - Jumbo Packet Enable

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

Bit 17 - Jabber Disable

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

Bit 19 - Watchdog Disable

pub fn acs(&mut self) -> _ACSW[src]

Bit 20 - Automatic Pad or CRC Stripping

pub fn cst(&mut self) -> _CSTW[src]

Bit 21 - CRC stripping for Type packets

pub fn s2kp(&mut self) -> _S2KPW[src]

Bit 22 - IEEE 802.3as Support for 2K Packets

pub fn gpslce(&mut self) -> _GPSLCEW[src]

Bit 23 - Giant Packet Size Limit Control Enable

pub fn ipg(&mut self) -> _IPGW[src]

Bits 24:26 - Inter-Packet Gap

pub fn ipc(&mut self) -> _IPCW[src]

Bit 27 - Checksum Offload

pub fn sarc(&mut self) -> _SARCW[src]

Bits 28:30 - Source Address Insertion or Replacement Control

pub fn arpen(&mut self) -> _ARPENW[src]

Bit 31 - ARP Offload Enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self