pub enum SAI2SELR {
PLLSAI,
PLLI2S,
AFIF,
HSI_HSE,
}Expand description
Possible values of 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
Implementations§
Trait Implementations§
impl Copy for SAI2SELR
impl StructuralPartialEq for SAI2SELR
Auto Trait Implementations§
impl Freeze for SAI2SELR
impl RefUnwindSafe for SAI2SELR
impl Send for SAI2SELR
impl Sync for SAI2SELR
impl Unpin for SAI2SELR
impl UnwindSafe for SAI2SELR
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