#[repr(u8)]pub enum I2S23SEL {
System = 0,
Pllq = 1,
I2sCkin = 2,
Hsi16 = 3,
}
Expand description
clock source selection These bits are set and cleared by software to select the I2S23 clock source.
Value on reset: 0
Variants§
System = 0
0: System clock selected as I2S23 clock
Pllq = 1
1: PLL ‘Q’ clock selected as I2S23 clock
I2sCkin = 2
2: Clock provided on I2S_CKIN pin is selected as I2S23 clock
Hsi16 = 3
3: HSI16 clock selected as I2S23 clock
Trait Implementations§
impl Copy for I2S23SEL
impl Eq for I2S23SEL
impl IsEnum for I2S23SEL
impl StructuralPartialEq for I2S23SEL
Auto Trait Implementations§
impl Freeze for I2S23SEL
impl RefUnwindSafe for I2S23SEL
impl Send for I2S23SEL
impl Sync for I2S23SEL
impl Unpin for I2S23SEL
impl UnwindSafe for I2S23SEL
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