pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn fpu_ie(&mut self) -> _FPU_IEW<'_>
pub fn fpu_ie(&mut self) -> _FPU_IEW<'_>
Bits 26:31 - Floating Point Unit interrupts enable bits
Sourcepub fn i2c3_fmp(&mut self) -> _I2C3_FMPW<'_>
pub fn i2c3_fmp(&mut self) -> _I2C3_FMPW<'_>
Bit 22 - I2C3 Fast-mode Plus driving capability activation
Sourcepub fn i2c2_fmp(&mut self) -> _I2C2_FMPW<'_>
pub fn i2c2_fmp(&mut self) -> _I2C2_FMPW<'_>
Bit 21 - I2C2 Fast-mode Plus driving capability activation
Sourcepub fn i2c1_fmp(&mut self) -> _I2C1_FMPW<'_>
pub fn i2c1_fmp(&mut self) -> _I2C1_FMPW<'_>
Bit 20 - I2C1 Fast-mode Plus driving capability activation
Sourcepub fn i2c_pb9_fmp(&mut self) -> _I2C_PB9_FMPW<'_>
pub fn i2c_pb9_fmp(&mut self) -> _I2C_PB9_FMPW<'_>
Bit 19 - Fast-mode Plus (Fm+) driving capability activation on PB9
Sourcepub fn i2c_pb8_fmp(&mut self) -> _I2C_PB8_FMPW<'_>
pub fn i2c_pb8_fmp(&mut self) -> _I2C_PB8_FMPW<'_>
Bit 18 - Fast-mode Plus (Fm+) driving capability activation on PB8
Sourcepub fn i2c_pb7_fmp(&mut self) -> _I2C_PB7_FMPW<'_>
pub fn i2c_pb7_fmp(&mut self) -> _I2C_PB7_FMPW<'_>
Bit 17 - Fast-mode Plus (Fm+) driving capability activation on PB7
Sourcepub fn i2c_pb6_fmp(&mut self) -> _I2C_PB6_FMPW<'_>
pub fn i2c_pb6_fmp(&mut self) -> _I2C_PB6_FMPW<'_>
Bit 16 - Fast-mode Plus (Fm+) driving capability activation on PB6
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