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

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

Possible values of the field HW9

Variants

Software control only.

HW0 control path can override the software configuration.

HW1 control path can override the software configuration.

Reserved

Methods

impl HW9R
[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 HW9R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HW9R
[src]

impl Debug for HW9R
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HW9R
[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 HW9R

impl Sync for HW9R