Enum Cpha
pub enum Cpha {
_0 = 0,
_1 = 1,
}Expand description
Clock Phase
Value on reset: 0
Variants§
_0 = 0
0: Data is captured on the leading edge of SCK and changed on the following edge.
_1 = 1
1: Data is changed on the leading edge of SCK and captured on the following edge.
Trait Implementations§
impl Copy for Cpha
impl Eq for Cpha
impl StructuralPartialEq for Cpha
Auto Trait Implementations§
impl Freeze for Cpha
impl RefUnwindSafe for Cpha
impl Send for Cpha
impl Sync for Cpha
impl Unpin for Cpha
impl UnwindSafe for Cpha
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