pub struct R(/* private fields */);
Expand description
Register CFGR1
reader
Implementations§
Source§impl R
impl R
Sourcepub fn i2c_pax_fmp(&self) -> I2C_PAX_FMP_R
pub fn i2c_pax_fmp(&self) -> I2C_PAX_FMP_R
Bits 22:23 - Fast Mode Plus (FM+) driving capability activation bits
Sourcepub fn i2c2_fmp(&self) -> I2C2_FMP_R
pub fn i2c2_fmp(&self) -> I2C2_FMP_R
Bit 21 - FM+ driving capability activation for I2C2
Sourcepub fn i2c1_fmp(&self) -> I2C1_FMP_R
pub fn i2c1_fmp(&self) -> I2C1_FMP_R
Bit 20 - FM+ driving capability activation for I2C1
Sourcepub fn i2c_pbx_fmp(&self) -> I2C_PBX_FMP_R
pub fn i2c_pbx_fmp(&self) -> I2C_PBX_FMP_R
Bits 16:19 - Fast Mode Plus (FM+) driving capability activation bits
Sourcepub fn ucpd2_strobe(&self) -> UCPD2_STROBE_R
pub fn ucpd2_strobe(&self) -> UCPD2_STROBE_R
Bit 10 - Strobe signal bit for UCPD2
Sourcepub fn ucpd1_strobe(&self) -> UCPD1_STROBE_R
pub fn ucpd1_strobe(&self) -> UCPD1_STROBE_R
Bit 9 - Strobe signal bit for UCPD1
Sourcepub fn pa11_pa12_rmp(&self) -> PA11_PA12_RMP_R
pub fn pa11_pa12_rmp(&self) -> PA11_PA12_RMP_R
Bit 4 - PA11 and PA12 remapping bit.
Sourcepub fn mem_mode(&self) -> MEM_MODE_R
pub fn mem_mode(&self) -> MEM_MODE_R
Bits 0:1 - Memory mapping selection bits
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