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