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.
Methods from Deref<Target = RegisterBlock>§
pub fn i2c0_ctrl(&self) -> &Reg<I2C0_CTRL_SPEC>
pub fn i2c0_ctrl(&self) -> &Reg<I2C0_CTRL_SPEC>
0x00 - need_des
pub fn i2c0_conf(&self) -> &Reg<I2C0_CONF_SPEC>
pub fn i2c0_conf(&self) -> &Reg<I2C0_CONF_SPEC>
0x04 - need_des
pub fn i2c0_data(&self) -> &Reg<I2C0_DATA_SPEC>
pub fn i2c0_data(&self) -> &Reg<I2C0_DATA_SPEC>
0x08 - need_des
pub fn ana_conf1(&self) -> &Reg<ANA_CONF1_SPEC>
pub fn ana_conf1(&self) -> &Reg<ANA_CONF1_SPEC>
0x0c - need_des
pub fn nouse(&self) -> &Reg<NOUSE_SPEC>
pub fn nouse(&self) -> &Reg<NOUSE_SPEC>
0x10 - need_des
pub fn device_en(&self) -> &Reg<DEVICE_EN_SPEC>
pub fn device_en(&self) -> &Reg<DEVICE_EN_SPEC>
0x14 - need_des
pub fn date(&self) -> &Reg<DATE_SPEC>
pub fn date(&self) -> &Reg<DATE_SPEC>
0x3fc - 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
§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