pub struct LP_I2C_ANA_MST { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
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(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::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