Enum xmc1000::usic0_ch0::dx4cr::DSELR[][src]

pub enum DSELR {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
}

Possible values of the field DSEL

Variants

The data input DXnA is selected.

The data input DXnB is selected.

The data input DXnC is selected.

The data input DXnD is selected.

The data input DXnE is selected.

The data input DXnF is selected.

The data input DXnG is selected.

The data input is always 1.

Methods

impl DSELR
[src]

Value of the field as raw bits

Checks if the value of the field is VALUE1

Checks if the value of the field is VALUE2

Checks if the value of the field is VALUE3

Checks if the value of the field is VALUE4

Checks if the value of the field is VALUE5

Checks if the value of the field is VALUE6

Checks if the value of the field is VALUE7

Checks if the value of the field is VALUE8

Trait Implementations

impl Clone for DSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DSELR
[src]

impl Debug for DSELR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DSELR
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for DSELR

impl Sync for DSELR