pub struct R(_);
Expand description

Register IFCR reader

Implementations§

source§

impl R

source

pub fn mngmntdone(&self) -> MNGMNTDONE_R

Bit 0 - Management frame sent

source

pub fn rxcmplt(&self) -> RXCMPLT_R

Bit 1 - Receive complete

source

pub fn rxusedbitread(&self) -> RXUSEDBITREAD_R

Bit 2 - RX used bit read

source

pub fn txusedbitread(&self) -> TXUSEDBITREAD_R

Bit 3 - TX used bit read

source

pub fn txunderrun(&self) -> TXUNDERRUN_R

Bit 4 - Transmit under run

source

pub fn rtrylmtorlatecol(&self) -> RTRYLMTORLATECOL_R

Bit 5 - Retry limit exceeded or late collision

source

pub fn ambaerr(&self) -> AMBAERR_R

Bit 6 - Transmit frame corruption due to AMBA (AHB) error.

source

pub fn txcmplt(&self) -> TXCMPLT_R

Bit 7 - Transmit complete

source

pub fn rxoverrun(&self) -> RXOVERRUN_R

Bit 10 - Receive overrun

source

pub fn respnotok(&self) -> RESPNOTOK_R

Bit 11 - Hresp not OK

source

pub fn nonzeropfrmquant(&self) -> NONZEROPFRMQUANT_R

Bit 12 - Pause frame with non-zero pause quantum received

source

pub fn pausetimezero(&self) -> PAUSETIMEZERO_R

Bit 13 - Pause Time zero

source

pub fn pfrmtx(&self) -> PFRMTX_R

Bit 14 - Pause frame transmitted

source

pub fn ptpdlyreqfrmrx(&self) -> PTPDLYREQFRMRX_R

Bit 18 - PTP delay_req frame received

source

pub fn ptpsyncfrmrx(&self) -> PTPSYNCFRMRX_R

Bit 19 - PTP sync frame received

source

pub fn ptpdlyreqfrmtx(&self) -> PTPDLYREQFRMTX_R

Bit 20 - PTP delay_req frame transmitted

source

pub fn ptpsyncfrmtx(&self) -> PTPSYNCFRMTX_R

Bit 21 - PTP sync frame transmitted

source

pub fn ptppdlyreqfrmrx(&self) -> PTPPDLYREQFRMRX_R

Bit 22 - PTP pdelay_req frame received

source

pub fn ptppdlyrespfrmrx(&self) -> PTPPDLYRESPFRMRX_R

Bit 23 - PTP pdelay_resp frame received

source

pub fn ptppdlyreqfrmtx(&self) -> PTPPDLYREQFRMTX_R

Bit 24 - PTP pdelay_req frame transmitted

source

pub fn ptppdlyrespfrmtx(&self) -> PTPPDLYRESPFRMTX_R

Bit 25 - PTP pdelay_resp frame transmitted

source

pub fn tsusecregincr(&self) -> TSUSECREGINCR_R

Bit 26 - TSU seconds register increment

source

pub fn rxlpiindc(&self) -> RXLPIINDC_R

Bit 27 - Receive LPI indication status bit change

source

pub fn wolevntrx(&self) -> WOLEVNTRX_R

Bit 28 - WOL event received interrupt.

source

pub fn tsutimercomp(&self) -> TSUTIMERCOMP_R

Bit 29 - TSU timer comparison interrupt.

Methods from Deref<Target = R<IFCR_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<IFCR_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<IFCR_SPEC>> for R

source§

fn from(reader: R<IFCR_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.