Struct stm32wlxx_hal::pac::syscfg::cfgr1::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register CFGR1
reader
Implementations§
§impl R
impl R
pub fn i2c3_fmp(&self) -> BitReaderRaw<I2C3_FMP_A>
pub fn i2c3_fmp(&self) -> BitReaderRaw<I2C3_FMP_A>
Bit 22 - I2C3 Fast-mode Plus driving capability activation
pub fn i2c2_fmp(&self) -> BitReaderRaw<I2C2_FMP_A>
pub fn i2c2_fmp(&self) -> BitReaderRaw<I2C2_FMP_A>
Bit 21 - I2C2 Fast-mode Plus driving capability activation
pub fn i2c1_fmp(&self) -> BitReaderRaw<I2C1_FMP_A>
pub fn i2c1_fmp(&self) -> BitReaderRaw<I2C1_FMP_A>
Bit 20 - I2C1 Fast-mode Plus driving capability activation
pub fn i2c_pb9_fmp(&self) -> BitReaderRaw<I2C_PB9_FMP_A>
pub fn i2c_pb9_fmp(&self) -> BitReaderRaw<I2C_PB9_FMP_A>
Bit 19 - Fast-mode Plus (Fm+) driving capability activation on PB9
pub fn i2c_pb8_fmp(&self) -> BitReaderRaw<I2C_PB8_FMP_A>
pub fn i2c_pb8_fmp(&self) -> BitReaderRaw<I2C_PB8_FMP_A>
Bit 18 - Fast-mode Plus (Fm+) driving capability activation on PB8
pub fn i2c_pb7_fmp(&self) -> BitReaderRaw<I2C_PB7_FMP_A>
pub fn i2c_pb7_fmp(&self) -> BitReaderRaw<I2C_PB7_FMP_A>
Bit 17 - Fast-mode Plus (Fm+) driving capability activation on PB7
pub fn i2c_pb6_fmp(&self) -> BitReaderRaw<I2C_PB6_FMP_A>
pub fn i2c_pb6_fmp(&self) -> BitReaderRaw<I2C_PB6_FMP_A>
Bit 16 - Fast-mode Plus (Fm+) driving capability activation on PB6
Methods from Deref<Target = R<CFGR1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CFGR1_SPEC>> for R
impl From<R<CFGR1_SPEC>> for R
§fn from(reader: R<CFGR1_SPEC>) -> R
fn from(reader: R<CFGR1_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations§
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