pub enum I2S2SRC {
Sysclk = 0,
Pll3 = 1,
}Expand description
I2S2 clock source
Value on reset: 0
Variants§
Sysclk = 0
0: System clock (SYSCLK) selected as I2S clock entry
Pll3 = 1
1: PLL3 VCO clock selected as I2S clock entry
Trait Implementations§
impl Copy for I2S2SRC
impl Eq for I2S2SRC
impl StructuralPartialEq for I2S2SRC
Auto Trait Implementations§
impl Freeze for I2S2SRC
impl RefUnwindSafe for I2S2SRC
impl Send for I2S2SRC
impl Sync for I2S2SRC
impl Unpin for I2S2SRC
impl UnwindSafe for I2S2SRC
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