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