pub struct R(_);
Expand description

Register OUT_INT_RAW_CH%s reader

Implementations§

Bit 0 - The raw interrupt bit turns to high level when the last data pointed by one outlink descriptor has been transmitted to peripherals for Tx channel 0.

Bit 1 - The raw interrupt bit turns to high level when the last data pointed by one outlink descriptor has been read from memory for Tx channel 0.

Bit 2 - The raw interrupt bit turns to high level when detecting outlink descriptor error, including owner error, the second and third word error of outlink descriptor for Tx channel 0.

Bit 3 - The raw interrupt bit turns to high level when data corresponding a outlink (includes one link descriptor or few link descriptors) is transmitted out for Tx channel 0.

Bit 4 - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is overflow.

Bit 5 - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is underflow.

Bit 6 - This raw interrupt bit turns to high level when level 3 fifo of Tx channel 0 is overflow.

Bit 7 - This raw interrupt bit turns to high level when level 3 fifo of Tx channel 0 is underflow.

Methods from Deref<Target = R<OUT_INT_RAW_CH_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.