Enum stm32wlxx_hal::pac::syscfg::cfgr1::I2C_PB6_FMP_A
pub enum I2C_PB6_FMP_A {
Standard = 0,
Fmp = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Fast-mode Plus (Fm+) driving capability activation on PB6
Value on reset: 0
Variants§
Standard = 0
0: PB6 pin operate in standard mode
Fmp = 1
1: I2C FM+ mode enabled on PB6 and the Speed control is bypassed
Trait Implementations§
§impl Clone for I2C_PB6_FMP_A
impl Clone for I2C_PB6_FMP_A
§fn clone(&self) -> I2C_PB6_FMP_A
fn clone(&self) -> I2C_PB6_FMP_A
Returns a copy 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 more§impl Debug for I2C_PB6_FMP_A
impl Debug for I2C_PB6_FMP_A
§impl PartialEq for I2C_PB6_FMP_A
impl PartialEq for I2C_PB6_FMP_A
§fn eq(&self, other: &I2C_PB6_FMP_A) -> bool
fn eq(&self, other: &I2C_PB6_FMP_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for I2C_PB6_FMP_A
impl StructuralPartialEq for I2C_PB6_FMP_A
Auto Trait Implementations§
impl RefUnwindSafe for I2C_PB6_FMP_A
impl Send for I2C_PB6_FMP_A
impl Sync for I2C_PB6_FMP_A
impl Unpin for I2C_PB6_FMP_A
impl UnwindSafe for I2C_PB6_FMP_A
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