pub enum SAI2SELW {
PLLSAI,
PLLI2S,
AFIF,
HSI_HSE,
}Expand description
Values that can be written to the field SAI2SEL
Variants§
PLLSAI
SAI2 clock frequency = f(PLLSAI_Q) / PLLSAIDIVQ
PLLI2S
SAI2 clock frequency = f(PLLI2S_Q) / PLLI2SDIVQ
AFIF
SAI2 clock frequency = Alternate function input frequency
HSI_HSE
SAI2 clock frequency = HSI or HSE
Auto Trait Implementations§
impl Freeze for SAI2SELW
impl RefUnwindSafe for SAI2SELW
impl Send for SAI2SELW
impl Sync for SAI2SELW
impl Unpin for SAI2SELW
impl UnwindSafe for SAI2SELW
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