Type Alias rp2040_pac::i2c0::ic_data_cmd::DAT_R

source ·
pub type DAT_R = FieldReader;
Expand description

Field DAT reader - This register contains the data to be transmitted or received on the I2C bus. If you are writing to this register and want to perform a read, bits 7:0 (DAT) are ignored by the DW_apb_i2c. However, when you read this register, these bits return the value of data received on the DW_apb_i2c interface.

Reset value: 0x0

Aliased Type§

struct DAT_R { /* private fields */ }