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

pub enum BIDIR_HR {
    UP,
    UPDOWN,
}

Possible values of the field BIDIR_H

Variants

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

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

Methods

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

impl Debug for BIDIR_HR
[src]

[src]

Formats the value using the given formatter.

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