Struct esp32c6_hal::soc::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