pub struct R(_);
Expand description
Register CFGR
reader
Implementations
sourceimpl R
impl R
sourcepub fn fmpi2c1_scl(&self) -> FMPI2C1_SCL_R
pub fn fmpi2c1_scl(&self) -> FMPI2C1_SCL_R
Bit 0 - Forces FM+ drive capability on I2CFMP1_SCL pin
sourcepub fn fmpi2c1_sda(&self) -> FMPI2C1_SDA_R
pub fn fmpi2c1_sda(&self) -> FMPI2C1_SDA_R
Bit 1 - Forces FM+ drive capability on I2CFMP1_SCL pin
Methods from Deref<Target = R<CFGR_SPEC>>
Trait Implementations
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