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

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

Possible values of the field HW13

Variants

Software control only.

HW0 control path can override the software configuration.

HW1 control path can override the software configuration.

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HW13R
[src]

impl Debug for HW13R
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for HW13R