pub struct R(_);Expand description
Register CFGR1 reader
Implementations
sourceimpl 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 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>>
Trait Implementations
sourceimpl From<R<CFGR1_SPEC>> for R
 
impl From<R<CFGR1_SPEC>> for R
sourcefn from(reader: R<CFGR1_SPEC>) -> Self
 
fn from(reader: R<CFGR1_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