[][src]Struct efm32gg11b820::eth::phymngmnt::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 phyrwdata(&mut self) -> _PHYRWDATAW[src]

Bits 0:15 - PHY read write data

pub fn write10(&mut self) -> _WRITE10W[src]

Bits 16:17 - Must be written with 10.

pub fn regaddr(&mut self) -> _REGADDRW[src]

Bits 18:22 - Register address - specifies the register in the PHY to access.

pub fn phyaddr(&mut self) -> _PHYADDRW[src]

Bits 23:27 - PHY address.

pub fn operation(&mut self) -> _OPERATIONW[src]

Bits 28:29 - Operation. For a Clause 45 frame: 00 is an addr, 01 is a write, 10 is a post read increment, 11 is a read frame. For a Clause 22 frame: 10 is a read, 01 is a write.

pub fn write1(&mut self) -> _WRITE1W[src]

Bit 30 - Must be written to 1 for a valid Clause 22 frame and to 0 for a valid Clause 45 frame.

pub fn write0(&mut self) -> _WRITE0W[src]

Bit 31 - Must be written with 0.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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