pub struct R(_);
Expand description
Register DATA
reader
Implementations
sourceimpl R
impl R
sourcepub fn i2c_rdata(&self) -> I2C_RDATA_R
pub fn i2c_rdata(&self) -> I2C_RDATA_R
Bits 0:7 - data received
sourcepub fn slave_tx_data(&self) -> SLAVE_TX_DATA_R
pub fn slave_tx_data(&self) -> SLAVE_TX_DATA_R
Bits 8:15 - data sent by slave
sourcepub fn i2c_done(&self) -> I2C_DONE_R
pub fn i2c_done(&self) -> I2C_DONE_R
Bit 31 - i2c done
Methods from Deref<Target = R<DATA_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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