pub enum I2SSRCW {
PLLI2S,
CKIN,
}
Expand description
Values that can be written to the field I2SSRC
Variants§
PLLI2S
PLLI2S clock used as I2S clock source
CKIN
External clock mapped on the I2S_CKIN pin used as I2S clock source
Auto Trait Implementations§
impl Freeze for I2SSRCW
impl RefUnwindSafe for I2SSRCW
impl Send for I2SSRCW
impl Sync for I2SSRCW
impl Unpin for I2SSRCW
impl UnwindSafe for I2SSRCW
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