Enum Syncen
#[repr(u8)]pub enum Syncen {
Asynchronous = 0,
Internal = 1,
External = 2,
_RESERVED_3 = 3,
}Variants§
Asynchronous = 0
audio sub-block in asynchronous mode
Internal = 1
audio sub-block is synchronous with the other internal audio sub-block. In this case, the audio sub-block must be configured in slave mode
External = 2
audio sub-block is synchronous with an external SAI embedded peripheral. In this case the audio sub-block should be configured in Slave mode
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Syncen
impl Eq for Syncen
§impl Ord for Syncen
impl Ord for Syncen
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Syncen
impl PartialOrd for Syncen
impl StructuralPartialEq for Syncen
Auto Trait Implementations§
impl Freeze for Syncen
impl RefUnwindSafe for Syncen
impl Send for Syncen
impl Sync for Syncen
impl Unpin for Syncen
impl UnsafeUnpin for Syncen
impl UnwindSafe for Syncen
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