Type Alias R

Source
pub type R = R<DATA_SPEC>;
Expand description

Register DATA reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rdata(&self) -> RDATA_R

Bits 0:7 - Data received

Source

pub fn slave_tx_data(&self) -> SLAVE_TX_DATA_R

Bits 8:15 - The data sent by slave

Source

pub fn done(&self) -> DONE_R

Bit 31 - RTC I2C transmission is done.