#[repr(u8)]pub enum Sai1sel {
PLL1_P = 0,
PLL1_Q = 1,
SYS = 2,
AUDIOCLK = 3,
HSI = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
PLL1_P = 0
pll1pclk selected.
PLL1_Q = 1
pll1qclk selected.
SYS = 2
SYSCLK selected.
AUDIOCLK = 3
input pin AUDIOCLK selected.
HSI = 4
HSI16 clock selected.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Sai1sel
impl Ord for Sai1sel
Source§impl PartialOrd for Sai1sel
impl PartialOrd for Sai1sel
impl Copy for Sai1sel
impl Eq for Sai1sel
impl StructuralPartialEq for Sai1sel
Auto Trait Implementations§
impl Freeze for Sai1sel
impl RefUnwindSafe for Sai1sel
impl Send for Sai1sel
impl Sync for Sai1sel
impl Unpin for Sai1sel
impl UnwindSafe for Sai1sel
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