pub struct W(_);
Expand description

Register DMACSR writer

Implementations

Bits 19:21 - Rx DMA Error Bits

Bits 16:18 - Tx DMA Error Bits

Bit 15 - Normal Interrupt Summary

Bit 14 - Abnormal Interrupt Summary

Bit 13 - Context Descriptor Error

Bit 12 - Fatal Bus Error

Bit 11 - Early Receive Interrupt

Bit 10 - Early Transmit Interrupt

Bit 9 - Receive Watchdog Timeout

Bit 8 - Receive Process Stopped

Bit 7 - Receive Buffer Unavailable

Bit 6 - Receive Interrupt

Bit 2 - Transmit Buffer Unavailable

Bit 1 - Transmit Process Stopped

Bit 0 - Transmit Interrupt

Writes raw bits to the register.

Methods from Deref<Target = W<DMACSR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.