Enum capsules::rf233_const::ExternalState [] [src]

pub enum ExternalState {
    ON,
    BUSY_RX,
    BUSY_TX,
    RX_ON,
    TRX_OFF,
    PLL_ON,
    SLEEP,
    PREP_DEEP_SLEEP,
    BUSY_RX_AACK,
    BUSY_TX_ARET,
    RX_AACK_ON,
    TX_ARET_ON,
    STATE_TRANSITION_IN_PROGRESS,
}

Variants

Trait Implementations

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

impl Copy for ExternalState
[src]

impl Clone for ExternalState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExternalState
[src]

[src]

Formats the value using the given formatter. Read more