[][src]Struct efm32gg11b820::eth::ienc::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 mngmntdone(&mut self) -> _MNGMNTDONEW[src]

Bit 0 - Disable management done interrupt

pub fn rxcmplt(&mut self) -> _RXCMPLTW[src]

Bit 1 - Disable receive complete interrupt

pub fn rxusedbitread(&mut self) -> _RXUSEDBITREADW[src]

Bit 2 - Disable receive used bit read interrupt

pub fn txusedbitread(&mut self) -> _TXUSEDBITREADW[src]

Bit 3 - Disable transmit used bit read interrupt

pub fn txunderrun(&mut self) -> _TXUNDERRUNW[src]

Bit 4 - Disable transmit buffer under run interrupt

pub fn rtrylmtorlatecol(&mut self) -> _RTRYLMTORLATECOLW[src]

Bit 5 - Disable retry limit exceeded or late collision interrupt

pub fn ambaerr(&mut self) -> _AMBAERRW[src]

Bit 6 - Disable transmit frame corruption due to AMBA (AHB) error interrupt

pub fn txcmplt(&mut self) -> _TXCMPLTW[src]

Bit 7 - Disable transmit complete interrupt

pub fn rxoverrun(&mut self) -> _RXOVERRUNW[src]

Bit 10 - Disable receive overrun interrupt

pub fn respnotok(&mut self) -> _RESPNOTOKW[src]

Bit 11 - Disable bresp/hresp not OK interrupt

pub fn nonzeropfrmquant(&mut self) -> _NONZEROPFRMQUANTW[src]

Bit 12 - Disable pause frame with non-zero pause quantum interrupt

pub fn pausetimezero(&mut self) -> _PAUSETIMEZEROW[src]

Bit 13 - Disable pause time zero interrupt

pub fn pfrmtx(&mut self) -> _PFRMTXW[src]

Bit 14 - Disable pause frame transmitted interrupt

pub fn ptpdlyreqfrmrx(&mut self) -> _PTPDLYREQFRMRXW[src]

Bit 18 - Disable PTP delay_req frame received interrupt

pub fn ptpsyncfrmrx(&mut self) -> _PTPSYNCFRMRXW[src]

Bit 19 - Disable PTP sync frame received interrupt

pub fn ptpdlyreqfrmtx(&mut self) -> _PTPDLYREQFRMTXW[src]

Bit 20 - Disable PTP delay_req frame transmitted interrupt

pub fn ptpsyncfrmtx(&mut self) -> _PTPSYNCFRMTXW[src]

Bit 21 - Disable PTP sync frame transmitted interrupt

pub fn ptppdlyreqfrmrx(&mut self) -> _PTPPDLYREQFRMRXW[src]

Bit 22 - Disable PTP pdelay_req frame received interrupt

pub fn ptppdlyrespfrmrx(&mut self) -> _PTPPDLYRESPFRMRXW[src]

Bit 23 - Disable PTP pdelay_resp frame received interrupt

pub fn ptppdlyreqfrmtx(&mut self) -> _PTPPDLYREQFRMTXW[src]

Bit 24 - Disable PTP pdelay_req frame transmitted interrupt

pub fn ptppdlyrespfrmtx(&mut self) -> _PTPPDLYRESPFRMTXW[src]

Bit 25 - Disable PTP pdelay_resp frame transmitted interrupt

pub fn tsusecregincr(&mut self) -> _TSUSECREGINCRW[src]

Bit 26 - Disable TSU seconds register increment interrupt

pub fn rxlpiindc(&mut self) -> _RXLPIINDCW[src]

Bit 27 - Disable RX LPI indication interrupt

pub fn wolevntrx(&mut self) -> _WOLEVNTRXW[src]

Bit 28 - Disable WOL event received interrupt

pub fn tsutimercomp(&mut self) -> _TSUTIMERCOMPW[src]

Bit 29 - Disable TSU timer comparison interrupt.

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