Struct stm32wlxx_hal::pac::I2C2
pub struct I2C2 { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
Inter-integrated circuit
Implementations§
§impl I2C2
impl I2C2
pub const PTR: *const RegisterBlock = {0x40005800 as *const stm32wl::stm32wl5x_cm4::i2c1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40005800 as *const stm32wl::stm32wl5x_cm4::i2c1::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
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