Enum lpc82x::sct::ctrl::BIDIR_LR [] [src]

pub enum BIDIR_LR {
    UP,
    UPDOWN,
}

Possible values of the field BIDIR_L

Variants

The counter counts up to its limit condition, then is cleared to zero.

The counter counts up to its limit, then counts down to a limit condition or to 0.

Methods

impl BIDIR_LR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is UP

[src]

Checks if the value of the field is UPDOWN

Trait Implementations

impl Clone for BIDIR_LR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BIDIR_LR
[src]

impl Debug for BIDIR_LR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BIDIR_LR
[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 !=.