pub struct LP_I2C_ANA_MST { /* private fields */ }
Implementations§
Source§impl LP_I2C_ANA_MST
impl LP_I2C_ANA_MST
Sourcepub const PTR: *const <LP_I2C_ANA_MST as Deref>::Target = {0x600b2400 as *const <esp32c6::LP_I2C_ANA_MST as core::ops::Deref>::Target}
pub const PTR: *const <LP_I2C_ANA_MST as Deref>::Target = {0x600b2400 as *const <esp32c6::LP_I2C_ANA_MST as core::ops::Deref>::Target}
Pointer to the register block
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.
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn i2c0_ctrl(&self) -> &Reg<I2C0_CTRL_SPEC>
pub fn i2c0_ctrl(&self) -> &Reg<I2C0_CTRL_SPEC>
0x00 - need_des
Sourcepub fn i2c0_conf(&self) -> &Reg<I2C0_CONF_SPEC>
pub fn i2c0_conf(&self) -> &Reg<I2C0_CONF_SPEC>
0x04 - need_des
Sourcepub fn i2c0_data(&self) -> &Reg<I2C0_DATA_SPEC>
pub fn i2c0_data(&self) -> &Reg<I2C0_DATA_SPEC>
0x08 - need_des
Sourcepub fn ana_conf1(&self) -> &Reg<ANA_CONF1_SPEC>
pub fn ana_conf1(&self) -> &Reg<ANA_CONF1_SPEC>
0x0c - need_des
Sourcepub fn nouse(&self) -> &Reg<NOUSE_SPEC>
pub fn nouse(&self) -> &Reg<NOUSE_SPEC>
0x10 - need_des
Sourcepub fn device_en(&self) -> &Reg<DEVICE_EN_SPEC>
pub fn device_en(&self) -> &Reg<DEVICE_EN_SPEC>
0x14 - need_des
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
Source§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 Freeze for LP_I2C_ANA_MST
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