#[repr(u32)]pub enum Fscl {
F100KHZ = 204_248,
F400KHZ = 872_600,
F1000KHZ = 2_525_253,
}Expand description
I2C clock frequency specifier The values of this enum correspond to the divisor values mentioned in the reference manual
Variants§
Auto Trait Implementations§
impl Freeze for Fscl
impl RefUnwindSafe for Fscl
impl Send for Fscl
impl Sync for Fscl
impl Unpin for Fscl
impl UnsafeUnpin for Fscl
impl UnwindSafe for Fscl
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