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