Enum capsules::virtual_spi::Op
[−]
[src]
enum Op { Idle, Configure(ClockPolarity, ClockPhase, u32), ReadWriteBytes(usize), SetPolarity(ClockPolarity), SetPhase(ClockPhase), SetRate(u32), }
Variants
Idle
Configure(ClockPolarity, ClockPhase, u32)
ReadWriteBytes(usize)
SetPolarity(ClockPolarity)
SetPhase(ClockPhase)
SetRate(u32)
Trait Implementations
impl Copy for Op
[src]
impl Clone for Op
[src]
fn clone(&self) -> Op
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more