Struct esp32c6_hal::peripherals::LP_I2C0
source · pub struct LP_I2C0 { /* private fields */ }
Implementations§
source§impl LP_I2C0
impl LP_I2C0
sourcepub unsafe fn steal() -> LP_I2C0
pub unsafe fn steal() -> LP_I2C0
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for LP_I2C0
impl Peripheral for LP_I2C0
Auto Trait Implementations§
impl RefUnwindSafe for LP_I2C0
impl Send for LP_I2C0
impl Sync for LP_I2C0
impl Unpin for LP_I2C0
impl UnwindSafe for LP_I2C0
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