Enum embassy_stm32::sai::SyncInput
source · pub enum SyncInput {
None,
Internal,
}
Expand description
Sync input between SAI units/blocks.
Variants§
None
Not synced to any other SAI unit.
Internal
Syncs with the other A/B sub-block within the SAI unit
Trait Implementations§
source§impl PartialEq for SyncInput
impl PartialEq for SyncInput
impl Copy for SyncInput
impl StructuralPartialEq for SyncInput
Auto Trait Implementations§
impl RefUnwindSafe for SyncInput
impl Send for SyncInput
impl Sync for SyncInput
impl Unpin for SyncInput
impl UnwindSafe for SyncInput
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