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

type IC_CON = Reg<u32, _IC_CON>;
Expand description

I2C Control Register. This register can be written only when the DW_apb_i2c is disabled, which corresponds to the IC_ENABLE[0] register being set to 0. Writes at other times have no effect.\n\n Read/Write Access: - bit 10 is read only. - bit 11 is read only - bit 16 is read only - bit 17 is read only - bits 18 and 19 are read only.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ic_con module

Trait Implementations

Register IC_CON reset()’s with value 0x65

Register size

Reset value of the register

read() method returns ic_con::R reader structure

write(|w| ..) method takes ic_con::W writer structure