Enum kernel::hil::spi::ClockPolarity
source · pub enum ClockPolarity {
IdleLow,
IdleHigh,
}
Expand description
Clock polarity (CPOL) defines whether the SPI clock is high or low when idle.
Variants§
IdleLow
The clock is low when the SPI bus is not active. This is CPOL = 0.
IdleHigh
The clock is high when the SPI bus is not active. This is CPOL = 1.
Trait Implementations§
source§impl Clone for ClockPolarity
impl Clone for ClockPolarity
source§fn clone(&self) -> ClockPolarity
fn clone(&self) -> ClockPolarity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClockPolarity
impl Debug for ClockPolarity
source§impl PartialEq for ClockPolarity
impl PartialEq for ClockPolarity
source§fn eq(&self, other: &ClockPolarity) -> bool
fn eq(&self, other: &ClockPolarity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ClockPolarity
impl StructuralPartialEq for ClockPolarity
Auto Trait Implementations§
impl Freeze for ClockPolarity
impl RefUnwindSafe for ClockPolarity
impl Send for ClockPolarity
impl Sync for ClockPolarity
impl Unpin for ClockPolarity
impl UnwindSafe for ClockPolarity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)