Enum Saisel
#[repr(u8)]pub enum Saisel {
PLLSAI1_Q = 0,
PLLI2S1_Q = 1,
AFIF = 2,
HSI_HSE = 3,
}
Variants§
PLLSAI1_Q = 0
SAI2 clock frequency = f(PLLSAI_Q) / PLLSAIDIVQ
PLLI2S1_Q = 1
SAI2 clock frequency = f(PLLI2S_Q) / PLLI2SDIVQ
AFIF = 2
SAI2 clock frequency = Alternate function input frequency
HSI_HSE = 3
SAI2 clock frequency = HSI or HSE
Implementations§
Trait Implementations§
§impl Ord for Saisel
impl Ord for Saisel
§impl PartialOrd for Saisel
impl PartialOrd for Saisel
impl Copy for Saisel
impl Eq for Saisel
impl StructuralPartialEq for Saisel
Auto Trait Implementations§
impl Freeze for Saisel
impl RefUnwindSafe for Saisel
impl Send for Saisel
impl Sync for Saisel
impl Unpin for Saisel
impl UnwindSafe for Saisel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)