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