pub enum I2C_PB9_FMP {
Standard = 0,
Fmp = 1,
}Expand description
Fast Mode Plus (FM+) driving capability activation bits.
Value on reset: 0
Variants§
Standard = 0
0: PB9 pin operate in standard mode
Fmp = 1
1: I2C FM+ mode enabled on PB9 and the Speed control is bypassed
Trait Implementations§
Source§impl Clone for I2C_PB9_FMP
impl Clone for I2C_PB9_FMP
Source§fn clone(&self) -> I2C_PB9_FMP
fn clone(&self) -> I2C_PB9_FMP
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for I2C_PB9_FMP
impl Debug for I2C_PB9_FMP
Source§impl Format for I2C_PB9_FMP
impl Format for I2C_PB9_FMP
Source§impl From<I2C_PB9_FMP> for bool
impl From<I2C_PB9_FMP> for bool
Source§fn from(variant: I2C_PB9_FMP) -> Self
fn from(variant: I2C_PB9_FMP) -> Self
Converts to this type from the input type.
Source§impl PartialEq for I2C_PB9_FMP
impl PartialEq for I2C_PB9_FMP
impl Copy for I2C_PB9_FMP
impl Eq for I2C_PB9_FMP
impl StructuralPartialEq for I2C_PB9_FMP
Auto Trait Implementations§
impl Freeze for I2C_PB9_FMP
impl RefUnwindSafe for I2C_PB9_FMP
impl Send for I2C_PB9_FMP
impl Sync for I2C_PB9_FMP
impl Unpin for I2C_PB9_FMP
impl UnwindSafe for I2C_PB9_FMP
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