pub enum FMPE_A {
_0 = 0,
_1 = 1,
}Expand description
Fast-mode Plus Enable
Value on reset: 0
Variants§
_0 = 0
0: No Fm+ slope control circuit uses for the SCLn pin and SDAn pin. (n = 0)
_1 = 1
1: An Fm+ slope control circuit uses for the SCLn pin and SDAn pin. (n = 0)
Trait Implementations§
impl Copy for FMPE_A
impl Eq for FMPE_A
impl StructuralPartialEq for FMPE_A
Auto Trait Implementations§
impl Freeze for FMPE_A
impl RefUnwindSafe for FMPE_A
impl Send for FMPE_A
impl Sync for FMPE_A
impl Unpin for FMPE_A
impl UnsafeUnpin for FMPE_A
impl UnwindSafe for FMPE_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