Enum atsam4lc4c::tc0::cmr_waveform::BSWTRGR [] [src]

pub enum BSWTRGR {
    NONE,
    SET,
    CLEAR,
    TOGGLE,
}

Possible values of the field BSWTRG

Variants

none

set

clear

toggle

Methods

impl BSWTRGR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is SET

[src]

Checks if the value of the field is CLEAR

[src]

Checks if the value of the field is TOGGLE

Trait Implementations

impl Clone for BSWTRGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BSWTRGR
[src]

impl Debug for BSWTRGR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for BSWTRGR