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

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

Possible values of the field C1SS

Variants

CMP output of CSG0 unit can be used as set source for the output latch

CMP output of CSG2 unit can be used as set source for the output latch

CMP output of CSG2 unit can be used as set source for the output latch

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for C1SSR
[src]

impl Debug for C1SSR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for C1SSR