Enum lpc845_pac::sct0::outputdirctrl::SETCLR4_A[][src]

#[repr(u8)]
pub enum SETCLR4_A {
    INDEPENDENT,
    L_REVERSED,
    H_REVERSED,
}
Expand description

Set/clear operation on output 4. Value 0x3 is reserved. Do not program this value.

Value on reset: 0

Variants

INDEPENDENT

0: Set and clear do not depend on the direction of any counter.

L_REVERSED

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

H_REVERSED

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.