Enum embedded_hal::spi::Polarity
[−]
[src]
pub enum Polarity { IdleLow, IdleHigh, }
Clock polarity
Variants
IdleLow
Clock signal low when idle
IdleHigh
Clock 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