Type Definition rp2040_pac::i2c0::IC_STATUS[][src]

type IC_STATUS = Reg<u32, _IC_STATUS>;
Expand description

I2C Status Register\n\n This is a read-only register used to indicate the current transfer status and FIFO status. The status register may be read at any time. None of the bits in this register request an interrupt.\n\n When the I2C is disabled by writing 0 in bit 0 of the IC_ENABLE register: - Bits 1 and 2 are set to 1 - Bits 3 and 10 are set to 0 When the master or slave state machines goes to idle and ic_en=0: - Bits 5 and 6 are set to 0

This register you can read. See API.

For information about available fields see ic_status module

Trait Implementations

read() method returns ic_status::R reader structure