pub enum CPHAW {
FIRST,
SECOND,
}
Expand description
Values that can be written to the field CPHA
Variants§
FIRST
The first clock transition is the first data capture edge
SECOND
The second clock transition is the first data capture edge
Auto Trait Implementations§
impl Freeze for CPHAW
impl RefUnwindSafe for CPHAW
impl Send for CPHAW
impl Sync for CPHAW
impl Unpin for CPHAW
impl UnwindSafe for CPHAW
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