Enum embedded_hal::spi::Polarity
[−]
[src]
pub enum Polarity {
IdleLow,
IdleHigh,
}Clock polarity
Variants
IdleLowClock signal low when idle
IdleHighClock signal high when idle
Trait Implementations
impl Clone for Polarity[src]
fn clone(&self) -> Polarity[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