Enum lpc82x::sct::outputdirctrl::SETCLR1R [] [src]

pub enum SETCLR1R {
    INDEPENDENT,
    REVERSED,
    REVERSED_H,
    _Reserved(u8),
}

Possible values of the field SETCLR1

Variants

Set and clear do not depend on any counter.

Set and clear are reversed when counter L or the unified counter is counting down.

Set and clear are reversed when counter H is counting down. Do not use if UNIFY = 1.

Reserved

Methods

impl SETCLR1R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is INDEPENDENT

[src]

Checks if the value of the field is REVERSED

[src]

Checks if the value of the field is REVERSED_H

Trait Implementations

impl Clone for SETCLR1R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SETCLR1R
[src]

impl Debug for SETCLR1R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SETCLR1R
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.