pub struct R(/* private fields */);Expand description
Register CFGR1 reader
Implementations§
Source§impl R
impl R
Sourcepub fn i2c3_fmp(&self) -> I2C3_FMP_R
pub fn i2c3_fmp(&self) -> I2C3_FMP_R
Bit 22 - I2C3 Fast-mode Plus driving capability activation
Sourcepub fn i2c2_fmp(&self) -> I2C2_FMP_R
pub fn i2c2_fmp(&self) -> I2C2_FMP_R
Bit 21 - I2C2 Fast-mode Plus driving capability activation
Sourcepub fn i2c1_fmp(&self) -> I2C1_FMP_R
pub fn i2c1_fmp(&self) -> I2C1_FMP_R
Bit 20 - I2C1 Fast-mode Plus driving capability activation
Sourcepub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMP_R
pub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMP_R
Bit 19 - Fast-mode Plus (Fm+) driving capability activation on PB9
Sourcepub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMP_R
pub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMP_R
Bit 18 - Fast-mode Plus (Fm+) driving capability activation on PB8
Sourcepub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMP_R
pub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMP_R
Bit 17 - Fast-mode Plus (Fm+) driving capability activation on PB7
Sourcepub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMP_R
pub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMP_R
Bit 16 - Fast-mode Plus (Fm+) driving capability activation on PB6
Methods from Deref<Target = R<CFGR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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