[−][src]Struct stm32f4xx_hal::stm32::ethernet_mac::maccr::W
Value to write to the register
Methods
impl W[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]
Writes raw bits to the register
pub fn re(&mut self) -> _REW[src]
Bit 2 - Receiver enable
pub fn te(&mut self) -> _TEW[src]
Bit 3 - Transmitter enable
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 apcs(&mut self) -> _APCSW[src]
Bit 7 - Automatic pad/CRC stripping
pub fn rd(&mut self) -> _RDW[src]
Bit 9 - Retry disable
pub fn ipco(&mut self) -> _IPCOW[src]
Bit 10 - IPv4 checksum offload
pub fn dm(&mut self) -> _DMW[src]
Bit 11 - Duplex mode
pub fn lm(&mut self) -> _LMW[src]
Bit 12 - Loopback mode
pub fn rod(&mut self) -> _RODW[src]
Bit 13 - Receive own disable
pub fn fes(&mut self) -> _FESW[src]
Bit 14 - Fast Ethernet speed
pub fn csd(&mut self) -> _CSDW[src]
Bit 16 - Carrier sense disable
pub fn ifg(&mut self) -> _IFGW[src]
Bits 17:19 - Interframe gap
pub fn jd(&mut self) -> _JDW[src]
Bit 22 - Jabber disable
pub fn wd(&mut self) -> _WDW[src]
Bit 23 - Watchdog disable
pub fn cstf(&mut self) -> _CSTFW[src]
Bit 25 - CRC stripping for type frames
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self