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

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

Possible values of the field BCPB

Variants

none

set

clear

toggle

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BCPBR
[src]

impl Debug for BCPBR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for BCPBR