Enum capsules::virtual_spi::Op [] [src]

enum Op {
    Idle,
    Configure(ClockPolarityClockPhase, u32),
    ReadWriteBytes(usize),
    SetPolarity(ClockPolarity),
    SetPhase(ClockPhase),
    SetRate(u32),
}

Variants

Trait Implementations

impl Copy for Op
[src]

impl Clone for Op
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Op
[src]

[src]

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

[src]

This method tests for !=.