#[repr(u8)]pub enum Tcr2Bcp {
ACTIVE_HIGH = 0,
ACTIVE_LOW = 1,
}Variants§
ACTIVE_HIGH = 0
Bit clock is active high with drive outputs on rising edge and sample inputs on falling edge.
ACTIVE_LOW = 1
Bit clock is active low with drive outputs on falling edge and sample inputs on rising edge.
Implementations§
Trait Implementations§
Source§impl Ord for Tcr2Bcp
impl Ord for Tcr2Bcp
Source§impl PartialOrd for Tcr2Bcp
impl PartialOrd for Tcr2Bcp
impl Copy for Tcr2Bcp
impl Eq for Tcr2Bcp
impl StructuralPartialEq for Tcr2Bcp
Auto Trait Implementations§
impl Freeze for Tcr2Bcp
impl RefUnwindSafe for Tcr2Bcp
impl Send for Tcr2Bcp
impl Sync for Tcr2Bcp
impl Unpin for Tcr2Bcp
impl UnwindSafe for Tcr2Bcp
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