pub struct R(_);
Expand description
Register SAR_SLAVE_ADDR1
reader
Implementations
sourceimpl R
impl R
sourcepub fn i2c_slave_addr1(&self) -> I2C_SLAVE_ADDR1_R
pub fn i2c_slave_addr1(&self) -> I2C_SLAVE_ADDR1_R
Bits 0:10 - RTC I2C slave address 1
sourcepub fn i2c_slave_addr0(&self) -> I2C_SLAVE_ADDR0_R
pub fn i2c_slave_addr0(&self) -> I2C_SLAVE_ADDR0_R
Bits 11:21 - RTC I2C slave address 0
sourcepub fn meas_status(&self) -> MEAS_STATUS_R
pub fn meas_status(&self) -> MEAS_STATUS_R
Bits 22:29
Methods from Deref<Target = R<SAR_SLAVE_ADDR1_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_SLAVE_ADDR1_SPEC>> for R
impl From<R<SAR_SLAVE_ADDR1_SPEC>> for R
sourcefn from(reader: R<SAR_SLAVE_ADDR1_SPEC>) -> Self
fn from(reader: R<SAR_SLAVE_ADDR1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more