Enum xmc4200::hrpwm0_hrc0::gsel::S1ESR [] [src]

pub enum S1ESR {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

Possible values of the field S1ES

Variants

Generation of the set signal is disabled

Set signal is generated on a LOW to HIGH transition of the selected input

Set signal is generated on a HIGH to LOW transition of the selected input

Set signal is generated on both transitions of the selected input

Methods

impl S1ESR
[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

[src]

Checks if the value of the field is VALUE4

Trait Implementations

impl Clone for S1ESR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for S1ESR
[src]

impl Debug for S1ESR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for S1ESR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for S1ESR

impl Sync for S1ESR