pub struct R(_);
Expand description

Register ETH_DMAC1SR reader

Implementations

Bit 0 - Transmit Interrupt

Bit 1 - Transmit Process Stopped

Bit 2 - Transmit Buffer Unavailable

Bit 6 - Receive Interrupt

Bit 7 - Receive Buffer Unavailable

Bit 8 - Receive Process Stopped

Bit 9 - Receive Watchdog Timeout

Bit 10 - Early Transmit Interrupt

Bit 11 - Early Receive Interrupt

Bit 12 - Fatal Bus Error

Bit 13 - Context Descriptor Error

Bit 14 - Abnormal Interrupt Summary

Bit 15 - Normal Interrupt Summary

Bits 16:18 - Tx DMA Error Bits

Bits 19:21 - Rx DMA Error Bits

Methods from Deref<Target = R<ETH_DMAC1SR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.