pub enum F_S {
Standard = 0,
Fast = 1,
}Expand description
I2C master mode selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for F_S
impl Eq for F_S
impl StructuralPartialEq for F_S
Auto Trait Implementations§
impl Freeze for F_S
impl RefUnwindSafe for F_S
impl Send for F_S
impl Sync for F_S
impl Unpin for F_S
impl UnwindSafe for F_S
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