Enum stm32_hal2::sai::SyncIn
source · #[repr(u8)]
pub enum SyncIn {
Sai1,
Sai2,
Sai3,
Sai4,
}Expand description
Synchronization inputs. Sets xGCR register, SYNCIn field. Must be set when SAI is diabled.
Not block specific. Syncs this SAI peripheral with the one specified here, if sync_mode is
configured as SyncExternal. The block synchronized with is controlled by that SAI’s sync_out
setting.
Variants§
Sai1
Sync with SAI1 as master.
Sai2
Sync with SAI2 as master.
Sai3
Sync with SAI3 as master.
Sai4
Sync with SAI4 as master.