Enum I2cPb7Fmp
#[repr(u8)]pub enum I2cPb7Fmp {
STANDARD = 0,
FMP = 1,
}
Variants§
STANDARD = 0
PB7 pin operate in standard mode
FMP = 1
I2C FM+ mode enabled on PB7 and the Speed control is bypassed
Implementations§
Trait Implementations§
§impl Ord for I2cPb7Fmp
impl Ord for I2cPb7Fmp
§impl PartialOrd for I2cPb7Fmp
impl PartialOrd for I2cPb7Fmp
impl Copy for I2cPb7Fmp
impl Eq for I2cPb7Fmp
impl StructuralPartialEq for I2cPb7Fmp
Auto Trait Implementations§
impl Freeze for I2cPb7Fmp
impl RefUnwindSafe for I2cPb7Fmp
impl Send for I2cPb7Fmp
impl Sync for I2cPb7Fmp
impl Unpin for I2cPb7Fmp
impl UnwindSafe for I2cPb7Fmp
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