pub enum CPHA_A {
LEADING_EDGE,
TRAILING_EDGE,
}
Expand description
Clock Phase
Value on reset: 0
Variants
LEADING_EDGE
0: The data is sampled on a leading SCK edge and changed on a trailing SCK edge
TRAILING_EDGE
1: The data is sampled on a trailing SCK edge and changed on a leading SCK edge
Trait Implementations
impl Copy for CPHA_A
impl StructuralPartialEq for CPHA_A
Auto Trait Implementations
impl RefUnwindSafe for CPHA_A
impl Send for CPHA_A
impl Sync for CPHA_A
impl Unpin for CPHA_A
impl UnwindSafe for CPHA_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more