pub struct W(/* private fields */);Expand description
Register CFGR1 writer
Implementations§
Source§impl W
impl W
Sourcepub fn fpu_ie(&mut self) -> FPU_IE_W<'_>
pub fn fpu_ie(&mut self) -> FPU_IE_W<'_>
Bits 26:31 - Floating Point Unit interrupts enable bits
Sourcepub fn i2c3_fmp(&mut self) -> I2C3_FMP_W<'_>
pub fn i2c3_fmp(&mut self) -> I2C3_FMP_W<'_>
Bit 22 - I2C3 Fast-mode Plus driving capability activation
Sourcepub fn i2c2_fmp(&mut self) -> I2C2_FMP_W<'_>
pub fn i2c2_fmp(&mut self) -> I2C2_FMP_W<'_>
Bit 21 - I2C2 Fast-mode Plus driving capability activation
Sourcepub fn i2c1_fmp(&mut self) -> I2C1_FMP_W<'_>
pub fn i2c1_fmp(&mut self) -> I2C1_FMP_W<'_>
Bit 20 - I2C1 Fast-mode Plus driving capability activation
Sourcepub fn i2c_pb9_fmp(&mut self) -> I2C_PB9_FMP_W<'_>
pub fn i2c_pb9_fmp(&mut self) -> I2C_PB9_FMP_W<'_>
Bit 19 - Fast-mode Plus (Fm+) driving capability activation on PB9
Sourcepub fn i2c_pb8_fmp(&mut self) -> I2C_PB8_FMP_W<'_>
pub fn i2c_pb8_fmp(&mut self) -> I2C_PB8_FMP_W<'_>
Bit 18 - Fast-mode Plus (Fm+) driving capability activation on PB8
Sourcepub fn i2c_pb7_fmp(&mut self) -> I2C_PB7_FMP_W<'_>
pub fn i2c_pb7_fmp(&mut self) -> I2C_PB7_FMP_W<'_>
Bit 17 - Fast-mode Plus (Fm+) driving capability activation on PB7
Sourcepub fn i2c_pb6_fmp(&mut self) -> I2C_PB6_FMP_W<'_>
pub fn i2c_pb6_fmp(&mut self) -> I2C_PB6_FMP_W<'_>
Bit 16 - Fast-mode Plus (Fm+) driving capability activation on PB6
Methods from Deref<Target = W<CFGR1_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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