Enum Sai2sel
#[repr(u8)]pub enum Sai2sel {
PLLSAI1_P = 0,
PLLSAI2_P = 1,
PLL1_P = 2,
SAI2_EXTCLK = 3,
}
Variants§
PLLSAI1_P = 0
PLLSAI1CLK clock is selected as SAIx clock
PLLSAI2_P = 1
PLLSAI2CLK clock is selected as SAIx clock
PLL1_P = 2
PLLSAI3CLK clock is selected as SAIx clock
SAI2_EXTCLK = 3
External clock SAIx_EXTCLK clock selected as SAIx clock
Implementations§
Trait Implementations§
§impl Ord for Sai2sel
impl Ord for Sai2sel
§impl PartialOrd for Sai2sel
impl PartialOrd for Sai2sel
impl Copy for Sai2sel
impl Eq for Sai2sel
impl StructuralPartialEq for Sai2sel
Auto Trait Implementations§
impl Freeze for Sai2sel
impl RefUnwindSafe for Sai2sel
impl Send for Sai2sel
impl Sync for Sai2sel
impl Unpin for Sai2sel
impl UnwindSafe for Sai2sel
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
)