pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMPR
pub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMPR
Bit 19 - Fast-mode Plus (Fm+) driving capability activation on PB9
Sourcepub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMPR
pub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMPR
Bit 18 - Fast-mode Plus (Fm+) driving capability activation on PB8
Sourcepub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMPR
pub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMPR
Bit 17 - Fast-mode Plus (Fm+) driving capability activation on PB7
Sourcepub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMPR
pub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMPR
Bit 16 - Fast-mode Plus (Fm+) driving capability activation on PB6
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