#[repr(u8)]
pub enum START_A {
    CONTINUOUS,
    TRANSMIT,
    RF_LOW,
    RF_HIGH,
    RF_FALLING,
    RF_RISING,
    RF_LEVEL,
    RF_EDGE,
    CMP_0,
}
Expand description

Receive Start Selection

Value on reset: 0

Variants§

§

CONTINUOUS

0: Continuous, as soon as the receiver is enabled, and immediately after the end of transfer of the previous data.

§

TRANSMIT

1: Transmit start

§

RF_LOW

2: Detection of a low level on RF signal

§

RF_HIGH

3: Detection of a high level on RF signal

§

RF_FALLING

4: Detection of a falling edge on RF signal

§

RF_RISING

5: Detection of a rising edge on RF signal

§

RF_LEVEL

6: Detection of any level change on RF signal

§

RF_EDGE

7: Detection of any edge on RF signal

§

CMP_0

8: Compare 0

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
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.