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

type IC_RAW_INTR_STAT = Reg<u32, _IC_RAW_INTR_STAT>;
Expand description

I2C Raw Interrupt Status Register\n\n Unlike the IC_INTR_STAT register, these bits are not masked so they always show the true status of the DW_apb_i2c.

This register you can read. See API.

For information about available fields see ic_raw_intr_stat module

Trait Implementations

read() method returns ic_raw_intr_stat::R reader structure