#[repr(u8)]pub enum Tcr2Sync {
ASYNC = 0,
SYNC_W_RX = 1,
SYNC_W_TX = 2,
SYNC_W_ANOTHER_SAI_RX = 3,
}Variants§
ASYNC = 0
Asynchronous mode
SYNC_W_RX = 1
Synchronous with receiver
SYNC_W_TX = 2
Synchronous with another SAI transmitter
SYNC_W_ANOTHER_SAI_RX = 3
Synchronous with another SAI receiver
Implementations§
Trait Implementations§
Source§impl Ord for Tcr2Sync
impl Ord for Tcr2Sync
Source§impl PartialOrd for Tcr2Sync
impl PartialOrd for Tcr2Sync
impl Copy for Tcr2Sync
impl Eq for Tcr2Sync
impl StructuralPartialEq for Tcr2Sync
Auto Trait Implementations§
impl Freeze for Tcr2Sync
impl RefUnwindSafe for Tcr2Sync
impl Send for Tcr2Sync
impl Sync for Tcr2Sync
impl Unpin for Tcr2Sync
impl UnwindSafe for Tcr2Sync
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