Enum stm32f3xx_hal::dma::Event[][src]

pub enum Event {
    HalfTransfer,
    TransferComplete,
    TransferError,
    Any,
}
Expand description

DMA events

Variants

HalfTransfer

First half of a transfer is done

TransferComplete

Transfer is complete

TransferError

A transfer error occurred

Any

Any of the above events occurred

Trait Implementations

The resulting type after applying the & operator.

Performs the & operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The underlying type used to store the bitset.

A mask of bits that are valid in the bitset.

Converts an enum of this type into its bit position.

Converts a bit position into an enum value.

The resulting type after applying the ! operator.

Performs the unary ! operation. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The resulting type after applying the - operator.

Performs the - operation. Read more

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

Performs the conversion.

Performs the conversion.

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.