Enum xmc4200::port14::hwsel::HW12R [] [src]

pub enum HW12R {
    VALUE1,
    VALUE2,
    VALUE3,
    _Reserved(u8),
}

Possible values of the field HW12

Variants

Software control only.

HW0 control path can override the software configuration.

HW1 control path can override the software configuration.

Reserved

Methods

impl HW12R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is VALUE1

[src]

Checks if the value of the field is VALUE2

[src]

Checks if the value of the field is VALUE3

Trait Implementations

impl Clone for HW12R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HW12R
[src]

impl Debug for HW12R
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HW12R
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for HW12R

impl Sync for HW12R