Enum embedded_hal::spi::Polarity
source · [−]pub enum Polarity {
IdleLow,
IdleHigh,
}
Expand description
Clock polarity
Variants
IdleLow
Clock signal low when idle
IdleHigh
Clock signal high when idle
Trait Implementations
impl Copy for Polarity
impl Eq for Polarity
impl StructuralEq for Polarity
impl StructuralPartialEq for Polarity
Auto Trait Implementations
impl RefUnwindSafe for Polarity
impl Send for Polarity
impl Sync for Polarity
impl Unpin for Polarity
impl UnwindSafe for Polarity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more