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

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

Possible values of the field C1ES

Variants

Generation of the clear signal is disabled

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

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

Clear signal is generated on both transitions of the selected input

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for C1ESR
[src]

impl Debug for C1ESR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for C1ESR