Type Alias rp2040_pac::i2c0::ic_tar::IC_TAR_W

source ·
pub type IC_TAR_W<'a, REG> = FieldWriter<'a, REG, 10, u16>;
Expand description

Field IC_TAR writer - This is the target address for any master transaction. When transmitting a General Call, these bits are ignored. To generate a START BYTE, the CPU needs to write only once into these bits.

If the IC_TAR and IC_SAR are the same, loopback exists but the FIFOs are shared between master and slave, so full loopback is not feasible. Only one direction loopback mode is supported (simplex), not duplex. A master cannot transmit to itself; it can transmit to only a slave.

Aliased Type§

struct IC_TAR_W<'a, REG> { /* private fields */ }