pub enum CPHAW {
FIRSTEDGE,
SECONDEDGE,
}
Expand description
Values that can be written to the field CPHA
Variants§
FIRSTEDGE
The first clock transition is the first data capture edge
SECONDEDGE
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