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