Enum stm32wlxx_hal::pac::rcc::ccipr::I2C3SEL_A
#[repr(u8)]pub enum I2C3SEL_A {
Pclk = 0,
Sysclk = 1,
Hsi16 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
I2C1 clock source selection
Value on reset: 0
Variants§
Pclk = 0
0: PCLK clock selected
Sysclk = 1
1: SYSCLK clock selected
Hsi16 = 2
2: HSI16 clock selected
Trait Implementations§
impl Copy for I2C1SEL_A
impl StructuralPartialEq for I2C1SEL_A
Auto Trait Implementations§
impl RefUnwindSafe for I2C1SEL_A
impl Send for I2C1SEL_A
impl Sync for I2C1SEL_A
impl Unpin for I2C1SEL_A
impl UnwindSafe for I2C1SEL_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