Enum I2ssel
#[repr(u8)]pub enum I2ssel {
SYS = 0,
PLL1_Q = 1,
I2S_CKIN = 2,
HSI = 3,
}Variants§
SYS = 0
System clock selected as I2S23 clock.
PLL1_Q = 1
PLL ‘Q’ clock selected as I2S23 clock.
I2S_CKIN = 2
Clock provided on I2S_CKIN pin is selected as I2S23 clock.
HSI = 3
HSI16 clock selected as I2S23 clock.
Implementations§
Trait Implementations§
§impl Ord for I2ssel
impl Ord for I2ssel
§impl PartialOrd for I2ssel
impl PartialOrd for I2ssel
impl Copy for I2ssel
impl Eq for I2ssel
impl StructuralPartialEq for I2ssel
Auto Trait Implementations§
impl Freeze for I2ssel
impl RefUnwindSafe for I2ssel
impl Send for I2ssel
impl Sync for I2ssel
impl Unpin for I2ssel
impl UnwindSafe for I2ssel
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