pub struct R(_);Expand description
Register CFGR2 reader
Implementations
sourceimpl R
impl R
sourcepub fn i2c2_fmp(&self) -> I2C2_FMP_R
pub fn i2c2_fmp(&self) -> I2C2_FMP_R
Bit 13 - I2C2 Fm+ drive capability enable bit
sourcepub fn i2c1_fmp(&self) -> I2C1_FMP_R
pub fn i2c1_fmp(&self) -> I2C1_FMP_R
Bit 12 - I2C1 Fm+ drive capability enable bit
sourcepub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMP_R
pub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMP_R
Bit 11 - Fm+ drive capability on PB9 enable bit
sourcepub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMP_R
pub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMP_R
Bit 10 - Fm+ drive capability on PB8 enable bit
sourcepub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMP_R
pub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMP_R
Bit 9 - Fm+ drive capability on PB7 enable bit
sourcepub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMP_R
pub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMP_R
Bit 8 - Fm+ drive capability on PB6 enable bit
sourcepub fn i2c3_fmp(&self) -> I2C3_FMP_R
pub fn i2c3_fmp(&self) -> I2C3_FMP_R
Bit 14 - I2C3 Fm+ drive capability enable bit
Methods from Deref<Target = R<CFGR2_SPEC>>
Trait Implementations
sourceimpl From<R<CFGR2_SPEC>> for R
impl From<R<CFGR2_SPEC>> for R
sourcefn from(reader: R<CFGR2_SPEC>) -> Self
fn from(reader: R<CFGR2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more