#[repr(u8)]pub enum I2CSEL {
Pclk = 0,
Pll3R = 1,
HsiKer = 2,
CsiKer = 3,
}Expand description
I2C1 kernel clock source selection
Value on reset: 0
Variants§
Pclk = 0
0: Peripheral bus clock used as selected as clock source (rcc_pclk_x)
Pll3R = 1
1: PLL3 R Clock selected as clock source (pll3_r_ck)
HsiKer = 2
2: HSI kernel clock selected as clock source (hsi_ker_ck)
CsiKer = 3
3: CSI kernel clock selected as clock source (csi_ker_ck)
Trait Implementations§
impl Copy for I2CSEL
impl Eq for I2CSEL
impl IsEnum for I2CSEL
impl StructuralPartialEq for I2CSEL
Auto Trait Implementations§
impl Freeze for I2CSEL
impl RefUnwindSafe for I2CSEL
impl Send for I2CSEL
impl Sync for I2CSEL
impl Unpin for I2CSEL
impl UnwindSafe for I2CSEL
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