Struct esp32c6_hal::peripherals::LP_I2C_ANA_MST
source · pub struct LP_I2C_ANA_MST { /* private fields */ }
Implementations§
source§impl LP_I2C_ANA_MST
impl LP_I2C_ANA_MST
sourcepub unsafe fn steal() -> LP_I2C_ANA_MST
pub unsafe fn steal() -> LP_I2C_ANA_MST
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 Debug for LP_I2C_ANA_MST
impl Debug for LP_I2C_ANA_MST
source§impl Deref for LP_I2C_ANA_MST
impl Deref for LP_I2C_ANA_MST
source§impl DerefMut for LP_I2C_ANA_MST
impl DerefMut for LP_I2C_ANA_MST
source§impl Peripheral for LP_I2C_ANA_MST
impl Peripheral for LP_I2C_ANA_MST
§type P = LP_I2C_ANA_MST
type P = LP_I2C_ANA_MST
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <LP_I2C_ANA_MST as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <LP_I2C_ANA_MST as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LP_I2C_ANA_MST
impl Send for LP_I2C_ANA_MST
impl Sync for LP_I2C_ANA_MST
impl Unpin for LP_I2C_ANA_MST
impl UnwindSafe for LP_I2C_ANA_MST
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