Enum lpc13xx::ct32b0::bemr::EMC1R [] [src]

pub enum EMC1R {
    DO_NOTHING,
    CLEAR_THE_CORRESPOND,
    SET_THE_CORRESPONDIN,
    TOGGLE_THE_CORRESPON,
}

Possible values of the field EMC1

Variants

Do Nothing.

Clear the corresponding External Match bit/output to 0 (CT32Bn_MATm pin is LOW if pinned out).

Set the corresponding External Match bit/output to 1 (CT32Bn_MATm pin is HIGH if pinned out).

Toggle the corresponding External Match bit/output.

Methods

impl EMC1R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DO_NOTHING

[src]

Checks if the value of the field is CLEAR_THE_CORRESPOND

[src]

Checks if the value of the field is SET_THE_CORRESPONDIN

[src]

Checks if the value of the field is TOGGLE_THE_CORRESPON

Trait Implementations

impl Clone for EMC1R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EMC1R
[src]

impl Debug for EMC1R
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for EMC1R