pub enum I2SSRC_A {
Plli2s = 0,
Ckin = 1,
}
Expand description
I2S clock selection
Value on reset: 0
Variants§
Plli2s = 0
0: PLLI2S clock used as I2S clock source
Ckin = 1
1: External clock mapped on the I2S_CKIN pin used as I2S clock source
Trait Implementations§
impl Copy for I2SSRC_A
impl StructuralPartialEq for I2SSRC_A
Auto Trait Implementations§
impl Freeze for I2SSRC_A
impl RefUnwindSafe for I2SSRC_A
impl Send for I2SSRC_A
impl Sync for I2SSRC_A
impl Unpin for I2SSRC_A
impl UnwindSafe for I2SSRC_A
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