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

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

Possible values of the field C0CS

Variants

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

CMP output of CSG1 unit can be used as clear source for the output latch

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

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for C0CSR
[src]

impl Debug for C0CSR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for C0CSR