Enum stm32_hal2::sai::MasterClock [−][src]
#[repr(u8)]
pub enum MasterClock {
Used,
NotUsed,
}
Expand description
Select wheather the master clock is generated. xDR1 register, NOMCK field on H7. on other variants such as WB, affects the MCKEN and NODIV fields (?).
Variants
(H7): Master clock generator is enabled
(H7): Master clock generator is disabled. The clock divider controlled by MCKDIV can still be used to generate the bit clock.